Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr55 authored Jan 28, 2025
1 parent 19c9879 commit 2e4fa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ class SpellProcess
# blacklist offensive spell's skill by removing from @offensive_spells if threshold is exceeded
# side effect is that any spells with cast_only_to_train not set will also get hit by blacklist (discord consensus 28/1/2025)
if (@magic_no_gain_list[@magic_last_spell['skill']] > @magic_gain_check)
DRC.message("WARNING: Suppressing #{@magic_last_spell['skill']} due to spells within that skill that has cast_only_to_train set, not gaining mindstates.")
DRC.message("WARNING: Suppressing #{@magic_last_spell['skill']} due to cast_only_to_train spells within that skill not gaining mindstates.")
@offensive_spells.reject! { |spell| spell['skill'] == @magic_last_spell['skill'] }
end
end
Expand Down

0 comments on commit 2e4fa53

Please sign in to comment.