Fix minor typo in Illusion of Underwater (#7791)
* Resolves an issue with the Gatekeeper sending the player to the wrong menu option.
This commit is contained in:
parent
7913eda1e6
commit
8e56967c83
@ -9870,7 +9870,7 @@ iz_d04_i,129,232,5 script Gatekeeper#guard1 4_M_KY_SOLD,{
|
||||
mes "[Gatekeeper]";
|
||||
mes "If you go downstairs, you will run into some pretty vicious fish. Would that be alright?";
|
||||
next;
|
||||
if (select( "Sure", "I'll come next time" ) == 1) {
|
||||
if (select( "Sure", "I'll come next time" ) == 2) {
|
||||
mes "[Gatekeeper]";
|
||||
mes "Please talk to me again when you are ready to cross.";
|
||||
close;
|
||||
|
Loading…
x
Reference in New Issue
Block a user