Skip to content

Commit

Permalink
fix: stop spectral totem from bashing player (melee)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed Sep 5, 2023
1 parent 9c9de5f commit 7d07028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobs.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,7 @@ pub const SpectralTotemTemplate = MobTemplate{
.profession_description = "watching",
.work_fn = ai.dummyWork,
.fight_fn = ai.mageFight,
.spellcaster_backup_action = .KeepDistance,
.is_curious = false,
.is_fearless = true,
.work_phase = .NC_Guard,
Expand Down

0 comments on commit 7d07028

Please sign in to comment.