diff --git a/Server/src/main/kotlin/rs09/game/content/dialogue/OttoGodblessedDialogue.kt b/Server/src/main/kotlin/rs09/game/content/dialogue/OttoGodblessedDialogue.kt index 2ffa73949..3487805fa 100644 --- a/Server/src/main/kotlin/rs09/game/content/dialogue/OttoGodblessedDialogue.kt +++ b/Server/src/main/kotlin/rs09/game/content/dialogue/OttoGodblessedDialogue.kt @@ -36,9 +36,11 @@ class OttoGodblessedDialogue(player: Player? = null) : DialoguePlugin(player) { -1 -> options("Ask about barbarian training", "Nevermind.").also { stage++ } 0 -> when(buttonId){ 1 -> player("Is there anything you can teach me?").also { stage = 20 } - 2 -> stage = END_DIALOGUE + 2 -> stage++ } + 1 -> stage = END_DIALOGUE + 20 -> npc("I can teach you how to fish.").also { stage++ } 21 -> player("Oh, that's pretty underwhelming. But uhhh, okay!").also { stage++ }