Skip to content

Commit

Permalink
Add an extra Wilderness warning in the Ardougne Easy diary
Browse files Browse the repository at this point in the history
There's already a warning at the lever, but since this is something newer players do we might as well be a bit extra
hand-holdy.
I've re-used the text from the Wilderness Easy diary.
  • Loading branch information
pajlada authored and Zoinkwiz committed Sep 17, 2023
1 parent 20c490a commit 7c44e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void setupSteps()
"Check what pets you have insured with Probita in East Ardougne (right-click her to Check).");

wildyLever = new ObjectStep(this, ObjectID.LEVER_1814, new WorldPoint(2561, 3311, 0),
"Use the Ardougne lever to teleport to the Wilderness (you may pull the lever there to return).");
"Use the Ardougne lever to teleport to the Wilderness (you may pull the lever there to return). This will take you to DEEP Wilderness, bank anything you aren't willing to lose.");

enterCombatCamp = new ObjectStep(this, ObjectID.GATE_2041, new WorldPoint(2518, 3356, 0),
"Enter the Combat Training Camp north of West Ardougne.");
Expand Down

0 comments on commit 7c44e5e

Please sign in to comment.