mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
13 lines
497 B
Plaintext
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"
|