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:
TheFurryFeline
2019-03-13 13:57:18 -04:00
committed by GitHub
parent a3cff02ff4
commit aa68936574
@@ -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,