Rewrite second half of Heresiarch's Seminary dialogue to be less awkward.

This commit is contained in:
Mari the Deer 2022-11-22 10:55:39 +01:00
commit 94de5fb957
4 changed files with 25 additions and 6 deletions

View file

@ -542,6 +542,21 @@ Class SWWMStatusBar : BaseStatusBar
m2.delay = 10;
m.nextmsg = m2;
m.nextdirect = true;
m = m2;
m2 = new("SWWMDirectMessage").Init(StringTable.Localize("$SWWM_KIRINSNAME"),StringTable.Localize("$SWWM_KIRINNAME"),"Kirin");
m2.seqname = "KIRINWORSHIPE";
m2.seqcnt = 1;
m2.delay = 20;
m2.enddelay = 10;
m.nextmsg = m2;
m.nextdirect = true;
m = m2;
m2 = new("SWWMDirectMessage").Init(StringTable.Localize("$SWWM_SAYASNAME"),StringTable.Localize("$SWWM_SAYANAME"),"Saya");
m2.seqname = "KIRINWORSHIPF";
m2.seqcnt = 1;
m2.delay = 10;
m.nextmsg = m2;
m.nextdirect = true;
}
}
else if ( msg == StringTable.Localize("$TXT_ACS_MAP35_12_AREYO") )