From c5c48818bb0754a7fa3864a80f4336df6d5cfe09 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Tue, 21 Dec 2021 17:45:37 +1100 Subject: [PATCH] Fix typo: "one of discarded cards" -> "one of the discarded cards" --- Update/onik_003.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_003.txt b/Update/onik_003.txt index 81ac110..99fbb7e 100644 --- a/Update/onik_003.txt +++ b/Update/onik_003.txt @@ -2212,7 +2212,7 @@ void main() NULL, "\"So that means...", Line_WaitForInput); ModPlayVoiceLS(3, 1, "ps3/s19/01/hr_kei03400", 256, TRUE); OutputLine(NULL, "……魅音は捨て札を1枚拾って…左のカードに重ねている…つまりッ!!!」", - NULL, " Mion pocketed one of discarded cards... then aligned it over the left card... and that means—!!!\"", GetGlobalFlag(GLinemodeSp)); + NULL, " Mion pocketed one of the discarded cards... then aligned it over the left card... and that means—!!!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }