From 8f3973b2eb2e9e46bbb374ed233c5001b57e1345 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:39:39 -0500 Subject: [PATCH] set n2 survival box sprite layers (#33733) --- .../Catalog/Fills/Boxes/emergency.yml | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml index 0b08acc322..244ad0ffe4 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml @@ -31,7 +31,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -68,7 +71,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -106,7 +112,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -144,7 +153,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -216,6 +228,10 @@ - id: Flare - id: FoodBreadBaguette - id: DrinkWaterBottleFull + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -250,6 +266,9 @@ - id: EmergencyMedipen - id: Flare - id: FoodSnackNutribrick - # Intentionally wrong picture on the box to mimic the NT one + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen -- 2.51.2