Skip to content

Commit

Permalink
Making @dance_threshold and integer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Nov 4, 2024
1 parent 0e50f49 commit 1adcf13
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 @@ -4246,7 +4246,7 @@ class GameState
@target_action_count = settings.combat_trainer_action_count
echo(" @target_action_count: #{@target_action_count}") if $debug_mode_ct

@dance_threshold = settings.dance_threshold
@dance_threshold = settings.dance_threshold.to_i
echo(" @dance_threshold: #{@dance_threshold}") if $debug_mode_ct

@retreat_threshold = settings.retreat_threshold
Expand Down

0 comments on commit 1adcf13

Please sign in to comment.