Skip to content

Commit

Permalink
fix: RFD Lumbridge Guide Professor Gronigen option
Browse files Browse the repository at this point in the history
Fixes #1332
  • Loading branch information
pajlada authored and Zoinkwiz committed Nov 29, 2023
1 parent 39f3e22 commit 0a466a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected void setupSteps()
{
answerQuestions = new NpcStep(getQuestHelper(), NpcID.WIZARD_TRAIBORN, new WorldPoint(3112, 3162, 1), "Talk to Traiborn.");
answerQuestions.addDialogSteps("Ask about helping the Lumbridge Guide.", "Okay. Let's start!", "Okay. I'm ready!", "Quiz me!");
answerQuestions.addDialogSteps("Unferth", "Gertrude", "King Lathas", "Pirate Pete", "Islwyn", "Hetty", "Observatory Professsor Gronigen", "Ali Morrisane", "Velorina", "Reldo");
answerQuestions.addDialogSteps("Unferth", "Gertrude", "King Lathas", "Pirate Pete", "Islwyn", "Hetty", "Professor Gronigen", "Ali Morrisane", "Velorina", "Reldo");
answerQuestions.addDialogSteps("Bandit camp", "Flour, Eggs and milk", "20", "Sand, bucket, soda ash, glass blowing pipe", "16", "North to South", "46", "2", "Keep Le Faye", "Dark Wizards'", "Catherby", "Legends'");
answerQuestions.addDialogSteps("Trout", "Mind Talisman", "Guthix Prayer Book, Magic Logs, Pike");
answerQuestions.addDialogStep(1, "10"); // Answer to bribe question
Expand Down

0 comments on commit 0a466a2

Please sign in to comment.