From fc9bbeb8a84f24169a14065c370144aa05533b66 Mon Sep 17 00:00:00 2001 From: SirNightKnight <88754494+SirNightKnight@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:46:15 -0400 Subject: [PATCH] emergency closet weight shifts --- .../structures/crates_lockers/closets/utility_closets.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 fc1584b72295..cf71a3bbd9c8 100644 --- a/code/game/objects/structures/crates_lockers/closets/utility_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/utility_closets.dm @@ -35,7 +35,7 @@ new /obj/item/storage/box/emergency_eva(src) //MONKESTATION EDIT STOP - switch (pick_weight(list("small" = 80, "aid" = 50, "tank" = 60, "both" = 20, "nothing" = 4))) //monkestation edit + switch (pick_weight(list("small" = 50, "aid" = 50, "tank" = 50, "both" = 50, "nothing" = 4))) //monkestation edit if ("small") new /obj/item/tank/internals/emergency_oxygen(src) new /obj/item/tank/internals/emergency_oxygen(src) @@ -54,6 +54,9 @@ if ("both") new /obj/item/tank/internals/emergency_oxygen(src) new /obj/item/clothing/mask/breath(src) + new /obj/item/tank/internals/oxygen(src) // monkestation edit + new /obj/item/clothing/mask/breath(src) // monkestion edit + if ("nothing") // doot