diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-05-12 10:01:43 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-05-12 10:01:43 +0100 |
commit | 31e4488172c7d857575754d55b679a32a0703ae9 (patch) | |
tree | 10afdb6e019493b645f8443d111ed8fdf6d2147b /warthog.lua | |
parent | 8deab4025606e2469dc6d28b141abfe586531d70 (diff) |
add owner loyalty to hogs
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, |