diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-13 20:58:16 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-13 20:58:16 +0100 |
commit | 0fee1586402b48ad04541ab35b8bbd59920fb61a (patch) | |
tree | 9039b428a73b9c41f7dc90e982d12d4450ec1a7f | |
parent | 89a96726d74c63c54b27cc55c0bb6e2672395fb8 (diff) |
panda eats more to tame
-rw-r--r-- | panda.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |