From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Sat, 23 Dec 2023 06:33:20 +0000 (-0600) Subject: Add a bottle of water to the survival box (#22881) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a09efd47cde04cced5d0f220ad6811775e67c599;p=space-station-14.git Add a bottle of water to the survival box (#22881) * BO'OH'O'WA'ER * smallbottle * extendedbox --- diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml index 049780a926..99094ff10f 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml @@ -12,6 +12,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -31,6 +32,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -51,6 +53,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -71,6 +74,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Sprite layers: - state: internals @@ -96,6 +100,7 @@ - id: EmergencyMedipen - id: Flare - id: FoodTinMRE + - id: DrinkWaterBottleFull - type: Tag tags: - BoxHug diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index 556de93737..faa057a7a1 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -23,6 +23,8 @@ name: security gas mask description: A standard issue Security gas mask. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/gassecurity.rsi - type: Clothing @@ -120,6 +122,8 @@ name: medical mask description: A close-fitting sterile mask that can be connected to an air supply. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/medical.rsi - type: Clothing @@ -137,6 +141,8 @@ name: military-style medical mask description: A medical mask with a small layer of protection against damage and viruses, similar to the one used in the medical units of the first corporate war. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/medicalsecurity.rsi - type: Clothing @@ -155,6 +161,8 @@ name: breath mask description: Might as well keep this on 24/7. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/breath.rsi - type: Clothing @@ -259,6 +267,8 @@ name: muzzle description: To stop that awful noise. components: + - type: Item + size: Tiny - type: Sprite sprite: Clothing/Mask/muzzle.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index d36d48e316..671ac095a3 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -410,13 +410,15 @@ name: water bottle description: Simple clean water of unknown origin. You think that maybe you dont want to know it. components: + - type: Item + size: Small - type: SolutionContainerManager solutions: drink: - maxVol: 50 + maxVol: 30 reagents: - ReagentId: Water - Quantity: 50 + Quantity: 30 - type: Drink - type: Sprite sprite: Objects/Consumable/Drinks/waterbottle.rsi