mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 16:46:28 +01:00
981aaee9fa
* bustin makes me feel good * Update vorestation.dme * Update trap.dm * more * Edits * Make this work on incorp entities * Update entrepreneur_items.dm * Ghost Capture! * awwa * Update entrepreneur_items.dm * Update entrepreneur_items.dm * vore * Other ways to spawn it * Spectral shot * ammo * yeh * get these * Update ammo.dm * AAAA * Update weapons.dm * Update weapons.dm * beeem * better * Update weapons.dm * more stuffs * make sure this is unticked * Update supplypack.dm * spooky * yeh * mob sprites * aaa * Update research_nodes.dm * Remove RND_CATEGORY_INITIAL from ammunition designs * ?. * subtype
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"
|