Fixed a typo in Dimensional Travel Quest

Thanks to @reunite-ro
This commit is contained in:
atemo 2020-04-17 16:32:15 +02:00
parent 8a4a5bfa25
commit 775b079fd3

View File

@ -2186,7 +2186,7 @@ morocc,138,238,4 script Piled Rags#ep14bs 4_M_DIEMAN,{
mes "" + strcharinfo(0) + ", huh? That's a good name.";
next;
}
if (ep14_3_newerabs == 3) {
if (ep14_3_newerabs <= 3) {
mes "[Tamarin]";
mes "Ah,";
mes "I'd better do something before people start asking if I'm homeless.";
@ -2202,7 +2202,7 @@ morocc,138,238,4 script Piled Rags#ep14bs 4_M_DIEMAN,{
close3;
}
}
if (ep14_3_newerabs == 4) {
if (ep14_3_newerabs <= 4) {
mes "[Tamarin]";
mes "Ah,";
mes "do you mean the ^0000FFoasis near the northwestern sphinx^000000?";