Skip to content

Commit

Permalink
mats_013 nametag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s485lee committed Nov 30, 2024
1 parent d5e27b5 commit d44b17c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1833,9 +1833,9 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>미온</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 3, "ps3/s13/03/ds41030110", 128, TRUE);
OutputLine(NULL, " あ、でね、秘密研究所の悪役はこういう設定にするの!",
NULL, "아, 그리고 비밀 연구소 악역은 이런 설정으로 하면 돼! ", Line_WaitForInput);
NULL, "아, 그리고 비밀 연구소 악역은 이런 설정으로 하면 돼! ", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>미온</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 3, "ps3/s13/03/ds41030111", 128, TRUE);
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_Continue); }
OutputLine(NULL, " 本当は研究をもっと続けたいんだけど、それが3年で打ち切られるって話が決まっちゃってるわけでしょ?",
NULL, "좀 더 연구를 계속하고 싶지만 3년 안에 중단이 결정되어 있다는 거지? ", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
Expand Down

0 comments on commit d44b17c

Please sign in to comment.