summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/api.lua b/api.lua
index 894dcac..88da0c2 100644
--- a/api.lua
+++ b/api.lua
@@ -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