Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mdr55 authored Jan 23, 2025
1 parent 8764a8a commit 7f1c047
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 @@ -4848,7 +4848,7 @@ class GameState

# blacklist skill if it hasn't been gaining for a while
if (@no_gain_list[weapon_skill] > @gain_check) then
DRC.message("WARNING: Supppressing #{weapon_skill} due to skill not training")
DRC.message("WARNING: Suppressing #{weapon_skill} due to skill not training")
@weapons_to_train.delete(weapon_skill)
return true
end
Expand Down

0 comments on commit 7f1c047

Please sign in to comment.