mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
/datum/ghostspawner/skeleton
|
|
short_name = "skeleton"
|
|
name = "Risen Skeleton"
|
|
desc = "Serve your Master. Fight things."
|
|
tags = list("Antagonist")
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A skeleton has been created!"
|
|
|
|
spawn_mob = /mob/living/carbon/human/skeleton
|