mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
/datum/ghostspawner/golem
|
|
short_name = "golem"
|
|
name = "Bluespace Golem"
|
|
desc = "Serve your Master."
|
|
tags = list("Xenobiology")
|
|
|
|
respawn_flag = ANIMAL
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A golem rune has been created!"
|
|
|
|
spawn_mob = /mob/living/carbon/human/golem
|