Golems are no longer told to serve their previous ghostmob (#8310)

This commit is contained in:
mikomyazaki
2020-02-19 23:19:40 +01:00
committed by GitHub
parent 6b9f566e52
commit b22a4803d9
2 changed files with 7 additions and 1 deletions
@@ -267,7 +267,7 @@ var/list/global/golem_runes = list()
G.set_species(golem_type)
G.name = G.species.get_random_name()
G.real_name = G.name
to_chat(G, span("notice", "You are a golem. Serve [user], and assist them in completing their goals at any cost."))
to_chat(G, span("notice", "You are a golem. Serve your master, and assist them in completing their goals at any cost."))
qdel(src)
/obj/effect/golemrune/proc/announce_to_ghosts()