From 5337093c73e751675e067b6c74fe2cee921e3679 Mon Sep 17 00:00:00 2001 From: Aurian Date: Sat, 30 Nov 2024 10:36:17 +0100 Subject: [PATCH] fix nametag --- Update/_mats_013.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/_mats_013.txt b/Update/_mats_013.txt index ca3bbaf..de2d8cd 100644 --- a/Update/_mats_013.txt +++ b/Update/_mats_013.txt @@ -1834,8 +1834,8 @@ void main() ModPlayVoiceLS(4, 3, "ps3/s13/03/ds41030110", 128, TRUE); OutputLine(NULL, " あ、でね、秘密研究所の悪役はこういう設定にするの!", NULL, "Also, what about this backstory for the bad person at the secret research center? ", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(4, 3, "ps3/s13/03/ds41030111", 128, TRUE); - if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_Continue); } OutputLine(NULL, " 本当は研究をもっと続けたいんだけど、それが3年で打ち切られるって話が決まっちゃってるわけでしょ?", NULL, "She wants to keep her research going, but it's already been decided it'll end within three years, right?", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }