mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
@@ -56,7 +56,6 @@
|
||||
name = "emergency supply box"
|
||||
desc = "A survival box issued to crew members for use in emergency situations."
|
||||
starts_with = list(
|
||||
/obj/item/clothing/glasses/goggles, //VOREStation Add - Goggles for the phoron atmosphere,
|
||||
/obj/item/clothing/mask/breath
|
||||
)
|
||||
|
||||
@@ -64,7 +63,6 @@
|
||||
name = "synthetic supply box"
|
||||
desc = "A survival box issued to synthetic crew members for use in emergency situations."
|
||||
starts_with = list(
|
||||
/obj/item/clothing/glasses/goggles //VOREStation Add - Goggles for the phoron atmosphere,
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/box/survival/comp
|
||||
@@ -72,7 +70,6 @@
|
||||
desc = "A comprehensive survival box issued to crew members for use in emergency situations. Contains additional supplies."
|
||||
icon_state = "survival"
|
||||
starts_with = list(
|
||||
/obj/item/clothing/glasses/goggles, //VOREStation Add - Goggles for the phoron atmosphere,
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector,
|
||||
/obj/item/stack/medical/bruise_pack,
|
||||
/obj/item/device/flashlight/glowstick,
|
||||
|
||||
@@ -1,3 +1,27 @@
|
||||
/obj/item/weapon/storage/box/survival
|
||||
starts_with = list(
|
||||
/obj/item/weapon/tool/crowbar/red,
|
||||
/obj/item/clothing/glasses/goggles,
|
||||
/obj/item/clothing/mask/breath
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/box/survival/synth
|
||||
starts_with = list(
|
||||
/obj/item/weapon/tool/crowbar/red,
|
||||
/obj/item/clothing/glasses/goggles
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/box/survival/comp
|
||||
starts_with = list(
|
||||
/obj/item/weapon/tool/crowbar/red,
|
||||
/obj/item/clothing/glasses/goggles,
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector,
|
||||
/obj/item/stack/medical/bruise_pack,
|
||||
/obj/item/device/flashlight/glowstick,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,
|
||||
/obj/item/clothing/mask/breath
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/box/explorerkeys
|
||||
name = "box of volunteer headsets"
|
||||
desc = "A box full of volunteer headsets, for issuing out to exploration volunteers."
|
||||
|
||||
Reference in New Issue
Block a user