mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-20 14:22:17 +00:00
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
/datum/ghostspawner/shade
|
|
short_name = "shade"
|
|
name = "Cult Shade"
|
|
desc = "Get released to attack crewmembers, get stomped. Get turned into a construct, get stomped, but it'll take longer."
|
|
tags = list("Antagonist")
|
|
|
|
jobban_job = "cultist"
|
|
|
|
observers_only = TRUE
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A cult shade has ghosted!"
|
|
|
|
spawn_mob = /mob/living/simple_animal/shade
|