Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost city ladder monk dialogue and sends "Nothing interesting happens" #508

Open
JayArrowz opened this issue Jan 28, 2024 · 0 comments
Open

Comments

@JayArrowz
Copy link

JayArrowz commented Jan 28, 2024

Needs a return
https://github.com/2011Scape/game/pull/504/files#diff-f4590da14e2f7e8f686cde1a30fccb64b9d33e7b7011b5b5b23f9abc510d49e4R55

  if (currentStage == LostCity.ENTRANA_DUNGEON) { //TRUE
        player.queue{
            monkDialogue(this)
        }
        //ADD RETURN
    }
    if (currentStage > LostCity.ENTRANA_DUNGEON) {
        dungeonEntrance(player)
    }
    else { //TRUE ALSO
        player.message("Nothing interesting happens.")
    }
@JayArrowz JayArrowz changed the title Lost city plays monk dialogue and sends "Nothing interesting happens" Lost city ladder monk dialogue and sends "Nothing interesting happens" Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant