From 0fee1586402b48ad04541ab35b8bbd59920fb61a Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 13 Jul 2018 20:58:16 +0100 Subject: [PATCH] panda eats more to tame --- panda.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda.lua b/panda.lua index 1054c55..0036de8 100644 --- a/panda.lua +++ b/panda.lua @@ -53,7 +53,7 @@ stepheight = 0.6, }, on_rightclick = function(self, clicker) - if mobs:feed_tame(self, clicker, 10, true, true) then return end + if mobs:feed_tame(self, clicker, 20, true, true) then return end if mobs:protect(self, clicker) then return end if mobs:capture_mob(self, clicker, 0, 5, 50, false, nil) then return end end,