mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 07:26:39 +01:00
Add Prybars
Include Prybars to Survival Boxes. Don't throw these away. You might need it if there's power issues.
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
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/weapon/prybar/red, //TFF: Ports prybar addition from VoreStation
|
||||
/obj/item/clothing/mask/breath
|
||||
)
|
||||
|
||||
@@ -65,6 +66,7 @@
|
||||
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/prybar/red, //TFF: Ports prybar addition from VoreStation
|
||||
)
|
||||
|
||||
/obj/item/weapon/storage/box/survival/comp
|
||||
@@ -73,6 +75,7 @@
|
||||
icon_state = "survival"
|
||||
starts_with = list(
|
||||
/obj/item/clothing/glasses/goggles, //VOREStation Add - Goggles for the phoron atmosphere,
|
||||
/obj/item/weapon/prybar/red, //TFF: Ports prybar addition from VoreStation
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector,
|
||||
/obj/item/stack/medical/bruise_pack,
|
||||
/obj/item/device/flashlight/glowstick,
|
||||
|
||||
Reference in New Issue
Block a user