diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm
index cf39898e23..e26d65adee 100644
--- a/code/modules/mob/living/living.dm
+++ b/code/modules/mob/living/living.dm
@@ -734,7 +734,7 @@
return TRUE
else if(moving_resist && client) //we resisted by trying to move // this is a horrible system and whoever thought using client instead of mob is okay is not an okay person
client.move_delay = world.time + 20
- visible_message("[src] resists against [pulledby]'s grip!")
+ visible_message("[src] resists against [pulledby]'s grip!")
else
pulledby.stop_pulling()
return TRUE