diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-04 16:31:02 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-04 16:31:02 +0100 |
commit | 9bc349438970f602d0a5ef9c6bc345444cf3e292 (patch) | |
tree | b221bd9babd680d9b4768bed9e69caf8eff7c9e7 | |
parent | 05d294fcc3b2a1d75ce063b5d945a97fb02fb4d2 (diff) |
update kitty sitty
-rw-r--r-- | kitten.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = "" |