From 78fdd64a43739796aedf65c7549278f8d43951f1 Mon Sep 17 00:00:00 2001 From: Swept Date: Sun, 27 Dec 2020 08:42:13 +0000 Subject: [PATCH] Fixes replacement light boxes/crates. (#2853) * Fixes mixed lights box * Fixed replacement lights crate --- .../Constructible/Storage/Crates/Filled/crate_service.yml | 4 ++-- Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Crates/Filled/crate_service.yml b/Resources/Prototypes/Entities/Constructible/Storage/Crates/Filled/crate_service.yml index f77ddd0a63..9122cdf2d9 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Crates/Filled/crate_service.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Crates/Filled/crate_service.yml @@ -28,6 +28,6 @@ - type: StorageFill contents: - name: BoxLighttube - amount: 5 + amount: 1 - name: BoxLightbulb - amount: 5 + amount: 1 diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml index e570d028ec..25ef56b8d8 100644 --- a/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml @@ -39,7 +39,9 @@ - type: StorageFill contents: - name: LightTube - amount: 12 + amount: 6 + - name: LightBulb + amount: 6 - type: Sprite layers: - state: box