forked from mtcontrib/mobs_animal
cow and warthog can attack players out of the blue
This commit is contained in:
@ -12,7 +12,7 @@ mobs:register_mob("mobs_animal:pumba", {
|
||||
owner_loyal = true,
|
||||
attack_npcs = false,
|
||||
reach = 2,
|
||||
damage = 2,
|
||||
damage = 2, attack_chance = 95,
|
||||
hp_min = 10,
|
||||
hp_max = 15,
|
||||
armor = 100,
|
||||
|
Reference in New Issue
Block a user