diff --git a/code/game/objects/structures/crates_lockers/closets/utility_closets.dm b/code/game/objects/structures/crates_lockers/closets/utility_closets.dm index cf71a3bbd9c8..cc5e958d80fd 100644 --- a/code/game/objects/structures/crates_lockers/closets/utility_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/utility_closets.dm @@ -33,6 +33,10 @@ // new /obj/item/storage/toolbox/emergency(src) new /obj/item/storage/toolbox/emergency(src) new /obj/item/storage/box/emergency_eva(src) + new /obj/item/tank/internals/emergency_oxygen(src) + new /obj/item/clothing/mask/breath(src) + new /obj/item/tank/internals/oxygen(src) + new /obj/item/clothing/mask/breath(src) //MONKESTATION EDIT STOP switch (pick_weight(list("small" = 50, "aid" = 50, "tank" = 50, "both" = 50, "nothing" = 4))) //monkestation edit diff --git a/monkestation/code/modules/cargo/packs/emergency.dm b/monkestation/code/modules/cargo/packs/emergency.dm index acc405556e83..0b2c38ab96b0 100644 --- a/monkestation/code/modules/cargo/packs/emergency.dm +++ b/monkestation/code/modules/cargo/packs/emergency.dm @@ -15,6 +15,7 @@ desc = "A cheap, flimsy metal box used to hold an emergency spacesuit. There seems to be a warning label in fine print..." icon_state = "internals" illustration = "writing" + resistance_flags = FIRE_PROOF foldable_result = /obj/item/stack/sheet/iron w_class = WEIGHT_CLASS_BULKY //just so nobody thinks to pocket these drop_sound = 'sound/items/handling/toolbox_drop.ogg'