From 17a1a5542dc1f0211cede04aa2c908ba2f1f91f2 Mon Sep 17 00:00:00 2001 From: Coffee Date: Sat, 30 Jul 2022 04:38:34 -0400 Subject: [PATCH] Fixes holoparasite renaming text displaying to others (#68708) fixes dat bug --- code/modules/mob/living/simple_animal/guardian/guardian.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/guardian/guardian.dm b/code/modules/mob/living/simple_animal/guardian/guardian.dm index d63e7ce0e9d..062b822834c 100644 --- a/code/modules/mob/living/simple_animal/guardian/guardian.dm +++ b/code/modules/mob/living/simple_animal/guardian/guardian.dm @@ -168,7 +168,7 @@ GLOBAL_LIST_EMPTY(parasites) //all currently existing/living guardians to_chat(src, span_warning("Not a valid name, please try again.")) guardianrename() return - visible_message(span_notice("Your new name [span_name("[new_name]")] anchors itself in your mind.")) + to_chat(src, span_notice("Your new name [span_name("[new_name]")] anchors itself in your mind.")) fully_replace_character_name(null, new_name) /mob/living/simple_animal/hostile/guardian/Life(delta_time = SSMOBS_DT, times_fired) //Dies if the summoner dies