message fix

This commit is contained in:
kevinz000
2020-02-25 03:08:34 -07:00
parent 2eae147e93
commit 8b06f6d4e9
+1 -1
View File
@@ -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("<span class='danger'>[src] resists against [pulledby]'s grip!</span>")
visible_message("<span class='danger'>[src] resists against [pulledby]'s grip!</span>")
else
pulledby.stop_pulling()
return TRUE