Defense Alliance -> Guardians

This commit is contained in:
Jáchym Toušek
2020-10-24 21:17:53 +02:00
parent 2b48d45162
commit e503267e82

View File

@@ -86,7 +86,7 @@ void main()
// 水没地域はもとより全部落は郷土死守の決意を固め次々に決起、団結し鬼ヶ淵死守同盟を結成@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 水没地域はもとより全部落は郷土死守の決意を固め次々に決起、団結し鬼ヶ淵死守同盟を結成。",
NULL, "All the residents having homes that were to be submerged banded together, and created the Onigafuchi Defense Alliance.", GetGlobalFlag(GLinemodeSp));
NULL, "All the residents having homes that were to be submerged banded together, and created the Onigafuchi Guardians.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
@@ -136,7 +136,7 @@ void main()
// すでに鬼ヶ淵死守同盟はその役割を終え解散しているが、そこで育まれた団結の炎は消えていない@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " すでに鬼ヶ淵死守同盟はその役割を終え解散しているが、そこで育まれた団結の炎は消えていない。",
NULL, "The Onigafuchi Defense Alliance had been dissolved after it did its part, but the feelings of unity it garnered have not yet been extinguished.", GetGlobalFlag(GLinemodeSp));
NULL, "The Onigafuchi Guardians had been dissolved after it did its part, but the feelings of unity it garnered have not yet been extinguished.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -152,7 +152,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "     鬼ヶ淵死守同盟会長",
NULL, "Onigafuchi Defense Alliance Committee Chairman,", Line_ContinueAfterTyping);
NULL, "Onigafuchi Guardians Committee Chairman,", Line_ContinueAfterTyping);
SetValidityOfInput( FALSE );
Wait( 1000 );