mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Adds Medpouches (and other Bay Stuff) (#15505)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user