disable friendly_fire for dungeon master (they can take a fireball)

This commit is contained in:
tenplus1 2023-03-26 08:34:32 +01:00
parent 641dfc4530
commit b7c5e8b471
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ mobs:register_mob("mobs_monster:dungeon_master", {
reach = 3,
shoot_interval = 2.2,
arrow = "mobs_monster:fireball",
friendly_fire = false,
shoot_offset = 1,
hp_min = 42,
hp_max = 75,