From cc100d2a38de2afcce1c73fda53d1f00cb9e875c Mon Sep 17 00:00:00 2001 From: Norgus Date: Wed, 18 Nov 2015 08:07:24 +0000 Subject: [PATCH] timing fixed wait --- Update/onik_002.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_002.txt b/Update/onik_002.txt index d6513b5..4deaca4 100644 --- a/Update/onik_002.txt +++ b/Update/onik_002.txt @@ -782,7 +782,7 @@ void main() OutputLine(NULL, " そろそろお昼にしないかな?", NULL, " About time to have lunch, maybe?", Line_ContinueAfterTyping); - Wait( 300 ); + Wait( 1200 ); OutputLine(NULL, "…かな?」", NULL, " ...Maybe?\"", Line_WaitForInput);