diff options
-rw-r--r-- | api.lua | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,5 +1,5 @@ --- Mobs Api (9th October 2016) +-- Mobs Api (14th October 2016) mobs = {} mobs.mod = "redo" @@ -566,11 +566,6 @@ do_jump = function(self) max_hear_distance = self.sounds.distance }) end - else - if self.state ~= "attack" then - self.state = "stand" - set_animation(self, "stand") - end end end |