Skip to content

Commit

Permalink
Fix sewer 4 ladder coordinates
Browse files Browse the repository at this point in the history
Co-authored-by: Zoinkwiz <zoinkwiz@hotmail.co.uk>
  • Loading branch information
pajlada and Zoinkwiz committed Oct 1, 2023
1 parent 4a7ab9d commit 4770490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void setup(ThePathOfGlouphrie quest)
sewer3Ladder = new ObjectStep(quest, ObjectID.LADDER_49700, new WorldPoint(1529, 4253, 0),
"Climb up the ladder.");
sewer3Ladder.addRecommended(quest.protectMissiles);
sewer4Ladder = new ObjectStep(quest, ObjectID.LADDER_49701, new WorldPoint(1486, 4283, 1),
sewer4Ladder = new ObjectStep(quest, ObjectID.LADDER_49701, new WorldPoint(1486, 4282, 1),
"Climb down the ladder. Re-activate your run if you step in any puddles.");
sewer4Ladder.addRecommended(quest.protectMissiles);
sewer4Ladder.setLinePoints(List.of(
Expand Down

0 comments on commit 4770490

Please sign in to comment.