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:
mazvi 2023-06-03 01:16:54 +07:00 committed by GitHub
parent 7913eda1e6
commit 8e56967c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;