mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
Adds orderable tank transfer valves (not actual bombs) to the cargo Phoron crate
This commit is contained in:
@@ -13,12 +13,15 @@
|
|||||||
containername = "coolant tank crate"
|
containername = "coolant tank crate"
|
||||||
|
|
||||||
/datum/supply_packs/sci/phoron
|
/datum/supply_packs/sci/phoron
|
||||||
name = "Phoron assembly crate"
|
name = "Phoron research crate"
|
||||||
contains = list(
|
contains = list(
|
||||||
/obj/item/weapon/tank/phoron = 3,
|
/obj/item/weapon/tank/phoron = 3,
|
||||||
|
/obj/item/weapon/tank/oxygen = 3,
|
||||||
/obj/item/device/assembly/igniter = 3,
|
/obj/item/device/assembly/igniter = 3,
|
||||||
/obj/item/device/assembly/prox_sensor = 3,
|
/obj/item/device/assembly/prox_sensor = 3,
|
||||||
/obj/item/device/assembly/timer = 3
|
/obj/item/device/assembly/timer = 3,
|
||||||
|
/obj/item/device/assembly/signaler = 3,
|
||||||
|
/obj/item/device/transfer_valve = 3
|
||||||
)
|
)
|
||||||
cost = 10
|
cost = 10
|
||||||
containertype = /obj/structure/closet/crate/secure/phoron
|
containertype = /obj/structure/closet/crate/secure/phoron
|
||||||
|
|||||||
Reference in New Issue
Block a user