mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
October fixes: leg icon and golem names (#5365)
* Fixes a human icon. * Golem name fix.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user