Follow-up 736a5a31f1
Fixed a typo in Dimensional Travel Quest Thanks to @reunite-ro
This commit is contained in:
parent
8a4a5bfa25
commit
775b079fd3
@ -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?";
|
||||
|
Loading…
x
Reference in New Issue
Block a user