diff options
Diffstat (limited to 'warthog.lua')
-rw-r--r-- | warthog.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/warthog.lua b/warthog.lua index 81daacf..0afcc52 100644 --- a/warthog.lua +++ b/warthog.lua @@ -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, |