From 8e163bb91d36a7233ac7ad4d809000735f0fd6bc Mon Sep 17 00:00:00 2001 From: Norgus Date: Tue, 22 Dec 2015 21:00:43 +0000 Subject: [PATCH] fixed typo in script (which was fixed in Sui) and the accompanying translation --- Update/omake_01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update/omake_01.txt b/Update/omake_01.txt index da280e2..69f3381 100644 --- a/Update/omake_01.txt +++ b/Update/omake_01.txt @@ -819,8 +819,8 @@ void main() OutputLine(NULL, "土着的な何か。", NULL, " Something native to the region...", Line_WaitForInput); PlaySE(3, "s20/08/440800081", 256, 64); - OutputLine(NULL, "…今回のシナリオでは騙られなかった因縁だよ!」", - NULL, " Fate was unable to be fooled this time around!\"", Line_Normal); + OutputLine(NULL, "…今回のシナリオでは語られなかった因縁だよ!」", + NULL, " Some connection not touched on this time around!\"", Line_Normal); ClearMessage(); DisableWindow(); DrawSceneWithMask( "bg_165", "right", 0, 0, 300 );