lasso can pick up animal babies

This commit is contained in:
TenPlus1 2021-09-20 10:49:19 +01:00
parent a8ca00dc56
commit 26ec61ee29
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ local use_cmi = minetest.global_exists("cmi")
mobs = {
mod = "redo",
version = "20210905",
version = "20210920",
intllib = S,
invis = minetest.global_exists("invisibility") and invisibility or {}
}
@ -4474,7 +4474,7 @@ end
function mobs:capture_mob(self, clicker, chance_hand, chance_net,
chance_lasso, force_take, replacewith)
if self.child
if not self --self.child
or not clicker:is_player()
or not clicker:get_inventory() then
return false