Adds Medpouches (and other Bay Stuff) (#15505)

This commit is contained in:
Wowzewow (Wezzy)
2023-02-08 11:27:55 +01:00
committed by GitHub
parent a4e290182a
commit 12ddd59fa9
35 changed files with 594 additions and 286 deletions
@@ -113,11 +113,9 @@
/obj/item/airbubble = 1,
// Rations
/obj/item/storage/box/fancy/mre/menu5 = 1,
/obj/item/storage/box/fancy/mre/menu9 = 1,
/obj/item/storage/box/fancy/mre/random = 2,
/obj/item/reagent_containers/food/drinks/waterbottle = 4,
// Medical Supplies
/obj/item/storage/firstaid/marooning_equipment = 1,
/obj/item/storage/firstaid/o2 = 1
)
/obj/item/storage/firstaid/stab = 1,
)
@@ -203,9 +203,8 @@
new /obj/item/clothing/head/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/glasses/safety/goggles(src)
new /obj/item/storage/firstaid/radiation(src)
new /obj/item/device/geiger(src)
for(var/i = 1 to 2)
new /obj/item/reagent_containers/hypospray/autoinjector/hyronalin(src)
/*
* Bombsuit closet
+1 -1
View File
@@ -206,7 +206,7 @@
/obj/item/trap = 1,
/obj/item/cell/hyper/empty = 1,
/obj/item/material/knife/tacknife = 1,
/obj/item/storage/firstaid/brute = 1,
/obj/item/storage/firstaid/trauma = 1,
/obj/item/reagent_containers/pill/dexalin_plus = 1
)