Skip to content

Commit

Permalink
emergency EVA boxes fire proofed, added more to emergency closets
Browse files Browse the repository at this point in the history
  • Loading branch information
SirNightKnight committed Sep 25, 2024
1 parent ac8b58d commit 2110db7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions monkestation/code/modules/cargo/packs/emergency.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2110db7

Please sign in to comment.