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 22, 2025
1 parent 7dedbb7 commit 27efb46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -4834,10 +4834,8 @@ class GameState
else
@no_gain_list[weapon_skill] = 0
end

echo("updated @no_gain_list: #{@no_gain_list}") if $debug_mode_ct

@last_exp = current_exp
echo("updated @no_gain_list: #{@no_gain_list}") if $debug_mode_ct

# blacklist skill if it hasn't been gaining for a while
if (@no_gain_list[weapon_skill] > @gain_check) then
Expand Down

0 comments on commit 27efb46

Please sign in to comment.