Child animals have owner set

This commit is contained in:
TenPlus1 2015-08-17 14:28:13 +01:00
parent 60820281e1
commit 5f5a65b31a

View File

@ -567,7 +567,7 @@ function mobs:register_mob(name, def)
})
ent2.child = true
ent2.tamed = true
--ent2.following = ent -- follow mother
ent2.owner = self.owner
end)
num = 0
break