mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-10-22 12:35:27 +02:00
Tree Monsters attack animals
This commit is contained in:
@@ -7,6 +7,7 @@ mobs:register_mob("mobs_monster:tree_monster", {
|
||||
type = "monster",
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
attack_animals = true,
|
||||
reach = 2,
|
||||
damage = 2,
|
||||
hp_min = 7,
|
||||
|
Reference in New Issue
Block a user