fix config options

This commit is contained in:
datlo
2019-02-04 00:21:13 +00:00
parent ca5543a637
commit cf1a95dabc
6 changed files with 18 additions and 3 deletions
@@ -67,6 +67,11 @@
travel the stars with a single declaration: \"Yeah go do whatever.\" Though you are bound to the one who created you, it is customary in your society to repeat those same words to newborn \
golems, so that no golem may ever be forced to serve again.</b>"
/obj/effect/mob_spawn/human/golem/New()
..()
if(!has_owner)
GLOB.free_golem_shells += src
/obj/effect/mob_spawn/human/golem/Initialize(mapload, datum/species/golem/species = null, mob/creator = null)
if(species) //spawners list uses object name to register so this goes before ..()
name += " ([initial(species.prefix)])"
@@ -132,4 +137,4 @@
desc = "A humanoid shape, empty, lifeless, and full of potential."
mob_name = "a free golem"
can_transfer = FALSE
mob_species = /datum/species/golem/adamantine
mob_species = /datum/species/golem/adamantine