1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-05-17 08:41:06 +02:00

cow and warthog can attack players out of the blue

This commit is contained in:
tenplus1 2025-05-15 14:35:37 +01:00
parent 2d9f94f5c7
commit aad2103dd3
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ mobs:register_mob("mobs_animal:cow", {
attack_type = "dogfight",
attack_npcs = false,
reach = 2,
damage = 4,
damage = 4, attack_chance = 98,
hp_min = 10,
hp_max = 20,
armor = 100,

View File

@ -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,