mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-10-22 20:45:24 +02:00
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