Fixes missing else case in pre-re Archer quest (#7856)

Co-authored-by: Aleos <aleos89@users.noreply.github.com>
Co-authored-by: Daegaladh <Daegaladh@users.noreply.github.com>
This commit is contained in:
elanosilveira 2023-09-15 05:52:10 -06:00 committed by GitHub
parent a7ea96afa9
commit 10c78203ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,10 +117,12 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{
close;
}
}
mes "[Archer Guildsman]";
mes "Well, alright.";
mes "See you next time.";
close;
else {
mes "[Archer Guildsman]";
mes "Well, alright.";
mes "See you next time.";
close;
}
}
mes "[Archer Guildsman]";
mes "Are you..." + strcharinfo(0) + "?";