set_velocity fix

This commit is contained in:
blert2112 2015-10-24 21:26:37 -04:00
parent 2192d3627e
commit 04474de70c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if mobs.mod and mobs.mod == "redo" then
follow = "farming:carrot",
on_rightclick = function(self, clicker)
self.state = ""
self.set_velocity(self, 0)
set_velocity(self, 0)
self.object:set_animation({x=self.animation.hide_start, y=self.animation.hide_end}, self.animation.speed_normal, 0)
minetest.after(5, function()
self.state = "stand"