Files
CHOMPStation2/code/datums/supplypacks/engineering_vr.dm
T
2017-09-16 19:03:28 -04:00

13 lines
413 B
Plaintext

/datum/supply_packs/eng/thermoregulator
contains = list(/obj/machinery/power/thermoregulator)
name = "Thermal Regulator"
cost = 30
containertype = /obj/structure/closet/crate/large
containername = "thermal regulator crate"
/datum/supply_packs/eng/radsuit
contains = list(
/obj/item/clothing/suit/radiation = 2,
/obj/item/clothing/suit/radiation/taur = 1,
/obj/item/clothing/head/radiation = 3
)