Improve ADV mode

This commit is contained in:
Jáchym Toušek
2017-05-20 15:25:22 +02:00
parent 20ff6e3872
commit 8c829670b4
30 changed files with 363 additions and 245 deletions

View File

@@ -1683,9 +1683,14 @@ void main()
// 複数のワナを多彩に組み合わせ、本命のワナへ誘う誘導や、連続でヒットさせる連鎖系トラップなどなど@
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 複数のワナを多彩に組み合わせ、本命のワナへ誘う誘導や、連続でヒットさせる連鎖系トラップなどなど。",
NULL, "Satoko liked to combine a variety of traps: traps that were simply there to bait you into the main one, traps that relentlessly kept coming at you like a sadistic Rube Goldberg machine, the list goes on.", Line_ModeSpecific);
if (AdvMode) {
OutputLineAll("", NULL, Line_ContinueAfterTyping);
OutputLine(NULL, " 複数のワナを多彩に組み合わせ、本命のワナへ誘う誘導や、連続でヒットさせる連鎖系トラップなどなど。",
NULL, "<size=-2>Satoko liked to combine a variety of traps: traps that were simply there to bait you into the main one, traps that relentlessly kept coming at you like a sadistic Rube Goldberg machine, the list goes on.</size>", Line_ModeSpecific);
} else {
OutputLine(NULL, " 複数のワナを多彩に組み合わせ、本命のワナへ誘う誘導や、連続でヒットさせる連鎖系トラップなどなど。",
NULL, "Satoko liked to combine a variety of traps: traps that were simply there to bait you into the main one, traps that relentlessly kept coming at you like a sadistic Rube Goldberg machine, the list goes on.", Line_ModeSpecific);
}
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
@@ -4830,7 +4835,7 @@ void main()
SetSpeedOfMessage( TRUE, 0 );
OutputLine(NULL, "。おじさんは応援してる……。」",
NULL, " This old geezer will root for you...\"", Line_WaitForInput);
NULL, " This old geezer will root for you...\"", Line_ModeSpecific);
SetSpeedOfMessage( FALSE, 0 );