From 67574a8bcb783f198dc6a12a6be4b0138f120f54 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 20 May 2017 19:40:16 -0400 Subject: [PATCH] Makes survival box correctly hold gas mask and one tank --- code/game/objects/items/weapons/storage/boxes.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index df8160fbf3..cdcda3a089 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -52,6 +52,10 @@ new foldable(get_turf(src)) qdel(src) +/obj/item/weapon/storage/box/survival //VOREStation Add for Tether Size boxes + max_w_class = ITEMSIZE_NORMAL + max_storage_space = 6 //This is just the right number, there's no constant. + /obj/item/weapon/storage/box/survival/New() ..() new /obj/item/clothing/mask/gas(src) // VOREStation Edit - Tether