From d14e711508a0f9e411d3562f4a4e0cdb502ba6df Mon Sep 17 00:00:00 2001 From: Norgus Date: Sun, 6 May 2018 17:35:09 +0100 Subject: [PATCH] Correction from Sui. Seeing as the previous line is Mion saying "I'll take out the card now.", this correction makes a lot of sense. --- Update/onik_003.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update/onik_003.txt b/Update/onik_003.txt index 14ab189..fb15b74 100644 --- a/Update/onik_003.txt +++ b/Update/onik_003.txt @@ -781,8 +781,8 @@ void main() // レナが1枚カードを抜き、裏返しのまま車座の中央に置いた@ if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); } - OutputLine(NULL, " レナが1枚カードを抜き、裏返しのまま車座の中央に置いた。", - NULL, "Rena took out one card and left it face down on the table.", GetGlobalFlag(GLinemodeSp)); + OutputLine(NULL, " 魅音が1枚カードを抜き、裏返しのまま車座の中央に置いた。", + NULL, "Mion took out one card and left it face down on the table.", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }