Files
Aurora.3/code/modules/ghostroles/spawner/atom/technomancer_apprentice.dm
Fluffy c25c8b6a37 Last editorconfig fixup (#17782)
* one

* two

* three

* fsdsdf
2023-11-20 18:22:42 +00:00

22 lines
627 B
Plaintext

/datum/ghostspawner/techno_apprentice
short_name = "technoapprentice"
name = "Technomancer Apprentice"
desc = "Serve your Master. Cast Spells."
tags = list("Antagonist")
loc_type = GS_LOC_ATOM
atom_add_message = "A technomancer master has requested an apprentice!"
spawn_mob = /mob/living/carbon/human
/datum/ghostspawner/techno_golem
short_name = "technogolem"
name = "Technomancer Golem"
desc = "Serve your Master. Cast Spells."
tags = list("Antagonist")
loc_type = GS_LOC_ATOM
atom_add_message = "A technomancer master has requested a loyal golem!"
spawn_mob = /mob/living/carbon/human/technomancer_golem