add owner loyalty to hogs

This commit is contained in:
TenPlus1
2017-05-12 10:01:43 +01:00
parent 8deab40256
commit 31e4488172
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ mobs:register_mob("mobs_animal:pumba", {
passive = false,
attack_type = "dogfight",
group_attack = true,
owner_loyal = true,
reach = 2,
damage = 2,
hp_min = 5,