forked from mtcontrib/mobs_animal
update kitty sitty
This commit is contained in:
parent
05d294fcc3
commit
9bc3494389
@ -65,6 +65,8 @@ reach = 1,
|
|||||||
|
|
||||||
if self.order ~= "stand" then
|
if self.order ~= "stand" then
|
||||||
self.order = "stand"
|
self.order = "stand"
|
||||||
|
self.state = "stand"
|
||||||
|
self.object:set_velocity({x = 0, y = 0, z = 0})
|
||||||
mobs:set_animation(self, "stand")
|
mobs:set_animation(self, "stand")
|
||||||
else
|
else
|
||||||
self.order = ""
|
self.order = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user