]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add a bottle of water to the survival box (#22881)
authorAlzore <140123969+Blackern5000@users.noreply.github.com>
Sat, 23 Dec 2023 06:33:20 +0000 (00:33 -0600)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2023 06:33:20 +0000 (23:33 -0700)
* BO'OH'O'WA'ER

* smallbottle

* extendedbox

Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml
Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml

index 049780a9260e7860276b1bbecca4f35e186c6a99..99094ff10fe7b619472619e71250f75d565c3736 100644 (file)
@@ -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
       - id: EmergencyMedipen
       - id: Flare
       - id: FoodTinMRE
+      - id: DrinkWaterBottleFull
   - type: Tag
     tags:
       - BoxHug
index 556de937376da3d0e6420666dbe0ec27eff62db8..faa057a7a11fc17e0ea8a16ebd04732f88eca1a7 100644 (file)
@@ -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
   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
   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
   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
   name: muzzle
   description: To stop that awful noise.
   components:
+  - type: Item
+    size: Tiny
   - type: Sprite
     sprite: Clothing/Mask/muzzle.rsi
   - type: Clothing
index d36d48e316025a41d46f8887a6e3cbecaf524ae8..671ac095a398e8ae648d3c6bd2b7befc41622e9b 100644 (file)
   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