added censored part

This commit is contained in:
Norgus
2018-05-06 10:58:47 +01:00
parent 729863c855
commit 7a8867d62d
3 changed files with 30 additions and 9 deletions

View File

@@ -103,3 +103,16 @@ void dialog001()
NULL, "\"Don't you ignore me too, Rena! I'll put out a village-wide circular saying that you two disappeared into the hotel district together!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
void dialog002()
{
//「圭一さんのお弁当はきっと貧乏臭くパンの耳に決まってますわ~@ さぁ恥ずかしがらずにお見せなさいな!ほらほら!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#fcdb77>沙都子</color>", NULL, "<color=#fcdb77>Satoko</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 4, "s19/04/990400015", 256, TRUE);
OutputLine(NULL, "「圭一さんのお弁当はきっと貧乏臭くパンの耳に決まってますわ〜!",
NULL, "\"Keiichi-san's lunch box is most assuredly filled with nothing but bread crusts like some sort of destitute plebeian~!", Line_WaitForInput);
ModPlayVoiceLS(3, 4, "s19/04/990400016", 256, TRUE);
OutputLine(NULL, " さぁ恥ずかしがらずにお見せなさいな!ほらほら!」",
NULL, " Why don't you just show it to us? Come now!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}