summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kitten.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/kitten.lua b/kitten.lua
index a93f47e..0ea1177 100644
--- a/kitten.lua
+++ b/kitten.lua
@@ -65,6 +65,8 @@ reach = 1,
if self.order ~= "stand" then
self.order = "stand"
+ self.state = "stand"
+ self.object:set_velocity({x = 0, y = 0, z = 0})
mobs:set_animation(self, "stand")
else
self.order = ""