October fixes: leg icon and golem names (#5365)

* Fixes a human icon.

* Golem name fix.
This commit is contained in:
Alberyk
2018-10-07 02:27:30 +02:00
committed by Werner
parent 57278677d6
commit 8ea6be4d74
2 changed files with 2 additions and 0 deletions
@@ -290,6 +290,8 @@
G.key = ghost.key
addtimer(CALLBACK(G, /mob/living/carbon/human.proc/set_species, golem_type), 0)
G.name = G.species.get_random_name()
G.real_name = G.species.get_random_name()
to_chat(G, "<span class='notice'>You are a golem. Serve [user], and assist them in completing their goals at any cost.</span>")
qdel(src)