Skip to content

Commit

Permalink
Merge pull request #6905 from vtcifer/fix_necro_healing_with_bad_nerves
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Sep 4, 2024
2 parents 627eece + 270a61c commit d2a919f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion safe-room.lic
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ class SafeRoom
break if result =~ /^What were you/

unless DRSpells.active_spells['Devour']
DRCA.cast_spell(settings.necromancer_healing['Devour'], settings)
# we want to force camb because otherwise high nerve damage casts will always result in min prep due to lost held mana
DRCA.cast_spell(settings.necromancer_healing['Devour'], settings, true)
devours -= 1 unless DRC.right_hand
end
pause 5
Expand Down

0 comments on commit d2a919f

Please sign in to comment.