mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
/datum/ghostspawner/construct
|
|
short_name = "construct"
|
|
name = "Cult Construct"
|
|
desc = "Get ordered around by cultists, end up dying because you get bodyblocked into laser fire."
|
|
tags = list("Antagonist")
|
|
|
|
jobban_job = "cultist"
|
|
|
|
observers_only = TRUE
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A cult construct has ghosted!"
|
|
|
|
spawn_mob = /mob/living/simple_animal/construct
|