Skip to content

Commit

Permalink
Fix coordinate in GBR
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz authored Sep 25, 2023
1 parent 44f8f7b commit e7c2617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public void setupSteps()
ItemRequirement conditionalPlanks = plank.quantity(4).hideConditioned(repairedStairs);
ItemRequirement conditionalNails = nails.quantity(60).hideConditioned(repairedStairs);
ItemRequirement conditionalHammer = hammer.hideConditioned(repairedStairs);
pullStatue = new ObjectStep(this, NullObjectID.NULL_22355, new WorldPoint(3794, 2844, 0),
pullStatue = new ObjectStep(this, NullObjectID.NULL_22355, new WorldPoint(3795, 2844, 0),
"Pull the saradomin statue on Harmony, then enter it.", fishbowlHelmet.equipped(),
divingApparatus.equipped(), conditionalHammer, conditionalPlanks, conditionalNails);
enterWater = new ObjectStep(this, ObjectID.STAIRS_22365, new WorldPoint(3788, 9254, 0),
Expand Down

0 comments on commit e7c2617

Please sign in to comment.