Skip to content

Commit

Permalink
Fixing up some debug messaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Dec 19, 2023
1 parent 4d2fd3b commit 173e564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.lic
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ module DRC
when 'You cannot play'
wait_for_script_to_complete('safe-room')
when /Your .* tuning is off, and may hinder your performance/
DRC.message("Instrument out of tune. Attempting to tune it.")
return true if DRSkill.getrank('Performance') < 20
return true if skip_tuning
return true unless DRC.tune_instrument(settings)
Expand Down Expand Up @@ -817,7 +818,7 @@ module DRC
/After a moment, you .* sharp/,
/After a moment, you .* perfect tune/)
when /After a moment, you .* perfect tune/
DRC.message("Already tuned. Breaking out of this section.")
DRC.message("Instrument tuned.")
return true
when /After a moment, you .* flat/
DRC.do_tune(instrument, "sharp")
Expand Down

0 comments on commit 173e564

Please sign in to comment.