Skip to content

Commit

Permalink
Merge pull request #6878 from hat071af/Devour-combat-trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jul 30, 2024
2 parents 978b212 + 4524e8d commit bdb40f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,7 @@ class SpellProcess
end

return unless game_state.prepare_consume
return if @necromancer_healing.key?('Devour') && DRSpells.active_spells['Devour']

echo "@necromancer_healing.key?('Consume Flesh'): #{@necromancer_healing.key?('Consume Flesh')}" if $debug_mode_ct
echo "@necromancer_healing.key?('Devour'): #{@necromancer_healing.key?('Devour')}" if $debug_mode_ct
Expand Down

0 comments on commit bdb40f2

Please sign in to comment.