summaryrefslogtreecommitdiff
path: root/rat.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-02-01 13:07:25 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-02-01 13:07:25 +0000
commit08924ee1a3c575e8645d0158738cf96758cbb4d7 (patch)
tree79e23ce384542f52896b00a2771ee236ee2dfdfe /rat.lua
parent6be32681f14a07c8cd9ee507bc56b4e1c19987d3 (diff)
Rats and Bee's when caught return standard craftitem, not special egg
Diffstat (limited to 'rat.lua')
-rw-r--r--rat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rat.lua b/rat.lua
index 8322cb2..47dccdf 100644
--- a/rat.lua
+++ b/rat.lua
@@ -29,7 +29,7 @@ mobs:register_mob("mobs_animal:rat", {
light_damage = 0,
fear_height = 2,
on_rightclick = function(self, clicker)
- mobs:capture_mob(self, clicker, 25, 80, 0, true, nil)
+ mobs:capture_mob(self, clicker, 50, 90, 0, true, "mobs_animal:rat")
end,
--[[
do_custom = function(self, dtime)