From 04474de70c333210e038368c4795363b8bb57282 Mon Sep 17 00:00:00 2001 From: blert2112 Date: Sat, 24 Oct 2015 21:26:37 -0400 Subject: [PATCH] set_velocity fix --- mobs_turtles/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobs_turtles/init.lua b/mobs_turtles/init.lua index e844a72..c0f07c3 100644 --- a/mobs_turtles/init.lua +++ b/mobs_turtles/init.lua @@ -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"