From e9eeee00bd014a87458bcf8ebfee5378ac37034a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Sat, 24 Mar 2018 14:07:38 +0100 Subject: [PATCH] Fix dollar to yen --- Update/onik_tips_01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_tips_01.txt b/Update/onik_tips_01.txt index 14c4a8b..d86abc0 100644 --- a/Update/onik_tips_01.txt +++ b/Update/onik_tips_01.txt @@ -127,7 +127,7 @@ void main() NULL, " It's impossible to challenge me by birthday!!", Line_WaitForInput); ModPlayVoiceLS(3, 1, "s20/01/440100006", 128, TRUE); OutputLine(NULL, " ……何ならひと月差ごとに100円の賭けをしてもいいぜー!」", - NULL, " ... I wouldn't even mind you if you bet a dollar per month!\"", GetGlobalFlag(GLinemodeSp)); + NULL, " ... I wouldn't even mind you if you bet a 100 yen per month!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }