diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index d7cded7ccc..78de091923 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -307,7 +307,7 @@ log_combat(src, M, "grabbed", addition="passive grab") if(!supress_message && !(iscarbon(AM) && HAS_TRAIT(src, TRAIT_STRONG_GRABBER))) if((zone_selected == BODY_ZONE_PRECISE_GROIN) && has_tail() && M.has_tail()) - visible_message("[src] coils [p_their()] tail with [M]'s, pulling [M.p_them()] along!", "You entwine your tail with [M]'s, pulling [M.p_them()] along!", ignored_mobs = M) + visible_message("[src] coils [p_their()] tail with [M]'s, pulling [M.p_them()] along!", "You entwine tails with [M], pulling [M.p_them()] along!", ignored_mobs = M) M.show_message("[src] has entwined [p_their()] tail with yours, pulling you along!", MSG_VISUAL, "You feel something coiling around your tail, pulling you along!") else