From 8b06f6d4e919c96d8630a84f786e2c943ec46595 Mon Sep 17 00:00:00 2001
From: kevinz000 <2003111+kevinz000@users.noreply.github.com>
Date: Tue, 25 Feb 2020 03:08:34 -0700
Subject: [PATCH] message fix
---
code/modules/mob/living/living.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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