Add neutral color
This commit is contained in:
@@ -4266,7 +4266,7 @@ void main()
|
||||
|
||||
//「うむ。入りたまえ。@
|
||||
PlaySE(3, "s19/00/993200001", 256, 64);
|
||||
if (AdvMode) { OutputLine("校長", NULL, "Principal", NULL, Line_ContinueAfterTyping); }
|
||||
if (AdvMode) { OutputLine("<color=#f5e6d3>校長</color>", NULL, "<color=#f5e6d3>Principal</color>", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "「うむ。入りたまえ。」",
|
||||
NULL, "\"Yes. Please come in.\"", Line_ModeSpecific);
|
||||
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -4433,7 +4433,7 @@ void main()
|
||||
|
||||
//「漢(ヲトコ)とはなんぞや…?¥
|
||||
PlaySE(3, "s19/00/993200002", 256, 64);
|
||||
if (AdvMode) { OutputLine("校長", NULL, "Principal", NULL, Line_ContinueAfterTyping); }
|
||||
if (AdvMode) { OutputLine("<color=#f5e6d3>校長</color>", NULL, "<color=#f5e6d3>Principal</color>", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "「漢(ヲトコ)とはなんぞや…?」",
|
||||
NULL, "\"What does it mean to be a man...?\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
Reference in New Issue
Block a user