Skip to content

Commit

Permalink
Lumbridge & Draynor Easy Diary: Minor polish (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Jan 2, 2025
1 parent 65f10c2 commit 77e420a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ public void setupSteps()
"Climb down the ladder in the Wizards' Tower.");
sedridor = new NpcStep(this, NpcID.ARCHMAGE_SEDRIDOR, new WorldPoint(3103, 9571, 0),
"Teleport to the Rune essence mine via Sedridor.");
((NpcStep) sedridor).addAlternateNpcs(NpcID.ARCHMAGE_SEDRIDOR_11433);
sedridor.addDialogStep("Can you teleport me to the Rune Essence?");
sedridor.addDialogStep("Can you teleport me to the Rune Essence Mine?");

enterHAM = new ObjectStep(this, ObjectID.TRAPDOOR_5490, new WorldPoint(3166, 3252, 0),
"Lock pick and enter the HAM hideout.");
Expand Down

0 comments on commit 77e420a

Please sign in to comment.