From 173e564c4c1fb9ccbc7d540f17ee87ecfa7e4001 Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:23:52 +1300 Subject: [PATCH] Fixing up some debug messaging. --- common.lic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.lic b/common.lic index cc71035a4d..24d92a7a3e 100644 --- a/common.lic +++ b/common.lic @@ -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) @@ -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")