forked from mtcontrib/mobs_animal
add owner loyalty to hogs
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user