mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-22 17:00:26 +01:00
disable friendly_fire for dungeon master (they can take a fireball)
This commit is contained in:
parent
641dfc4530
commit
b7c5e8b471
@ -25,6 +25,7 @@ mobs:register_mob("mobs_monster:dungeon_master", {
|
|||||||
reach = 3,
|
reach = 3,
|
||||||
shoot_interval = 2.2,
|
shoot_interval = 2.2,
|
||||||
arrow = "mobs_monster:fireball",
|
arrow = "mobs_monster:fireball",
|
||||||
|
friendly_fire = false,
|
||||||
shoot_offset = 1,
|
shoot_offset = 1,
|
||||||
hp_min = 42,
|
hp_min = 42,
|
||||||
hp_max = 75,
|
hp_max = 75,
|
||||||
|
Loading…
Reference in New Issue
Block a user