Skip to content

Commit

Permalink
feat: tele hint to Arceuus church
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Sep 17, 2023
1 parent 95ecdc1 commit 68b8448
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,8 @@ public void setupSteps()

talkToMori = new NpcStep(this, NpcID.MORI_8502, new WorldPoint(1703, 3797, 2), "Talk to Mori on the top floor of the Arceuus church.", darkEssenceBlock, moltenGlass);
climbUpStairsArceuusChurchF0toF1 = new ObjectStep(this, ObjectID.STAIRS_27854, new WorldPoint(1680, 3784, 0), "Talk to Mori on the top floor of the Arceuus church.", darkEssenceBlock, moltenGlass);
climbUpStairsArceuusChurchF0toF1.addDialogStep("'A Dark Disposition' - Arceuus");
((ObjectStep) climbUpStairsArceuusChurchF0toF1).addTeleport(kharedstsMemoirs.named("Kharedst's memoirs [5]"));
climbUpStairsArceuusChurchF1toF2 = new ObjectStep(this, ObjectID.STAIRS_27853, new WorldPoint(1708, 3793, 1), "Talk to Mori on the top floor of the Arceuus church.", darkEssenceBlock, moltenGlass);

talkToMori.addSubSteps(climbUpStairsArceuusChurchF0toF1, climbUpStairsArceuusChurchF1toF2);
Expand Down

0 comments on commit 68b8448

Please sign in to comment.