added ability to protect tamed animals

This commit is contained in:
TenPlus1
2016-11-08 16:11:49 +00:00
parent 3776506b2f
commit 7215a670a8
6 changed files with 11 additions and 2 deletions

View File

@ -51,6 +51,7 @@ mobs:register_mob("mobs_animal:pumba", {
return
end
mobs:protect(self, clicker)
mobs:capture_mob(self, clicker, 0, 5, 50, false, nil)
end,
})