Files
2026-04-02 09:03:59 -04:00

13 lines
497 B
Plaintext

/datum/supply_pack/sci/spectral
name = "Spectral Countermeasure Crate"
desc = "A crate containing various items used for ghost hunting and countering paranormal activity."
contains = list(
/obj/item/entrepreneur/emf/professional = 5,
/obj/item/clothing/glasses/ghost = 1,
/obj/item/ghost_trap = 5,
/obj/item/proton_pack = 1
)
cost = 1500 //You can see ghosts with this!
containertype = /obj/structure/closet/crate/secure/weapon
containername = "Spectral Countermeasure Crate"