diff --git a/code/modules/mob/living/carbon/slime/items.dm b/code/modules/mob/living/carbon/slime/items.dm index 4baafadedfc..e45a8e4ed22 100644 --- a/code/modules/mob/living/carbon/slime/items.dm +++ b/code/modules/mob/living/carbon/slime/items.dm @@ -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() diff --git a/html/changelogs/golem_serve_text.yml b/html/changelogs/golem_serve_text.yml new file mode 100644 index 00000000000..6388897bea6 --- /dev/null +++ b/html/changelogs/golem_serve_text.yml @@ -0,0 +1,6 @@ +author: mikomyazaki + +delete-after: True + +changes: + - bugfix: "Spawning as a golem no longer tells you to serve your ghostmob." \ No newline at end of file