mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
13 lines
413 B
Plaintext
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
|
|
) |