mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
/datum/ghostspawner/apprentice
|
|
short_name = "apprentice"
|
|
name = "Wizard Apprentice"
|
|
desc = "Serve your Master. Cast Spells."
|
|
tags = list("Antagonist")
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A wizard apprentice pebble has been created!"
|
|
|
|
spawn_mob = /mob/living/carbon/human
|