Remove message filtering

This commit is contained in:
Major-
2016-02-11 13:07:02 +00:00
parent c474908163
commit d6ac9eeeaa
13 changed files with 25 additions and 77 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class DummyAction < DistancedAction
else
@started = true
mob.send_message('You hit the dummy.', true)
mob.send_message('You hit the dummy.')
mob.turn_to(position)
mob.play_animation(PUNCH_ANIMATION)
end