Skip to content

Commit

Permalink
Fix typo in Lunar Diplomacy
Browse files Browse the repository at this point in the history
Just a spelling error on Line 783
  • Loading branch information
zehnzwanzig authored Jan 30, 2024
1 parent f93c464 commit 3a50f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ public void setupSteps()
talkWithEtherealToFight.addDialogStep("Of course. I'm ready.");

goToNumbers = new ObjectStep(this, ObjectID.PLATFORM_16633, new WorldPoint(1768, 5080, 2), "Go on the platform to the number challenge.");
goToMimic = new ObjectStep(this, ObjectID.PLATFORM_16632, new WorldPoint(1765, 5079, 2), "Go on the platform to the music challenge.");
goToMimic = new ObjectStep(this, ObjectID.PLATFORM_16632, new WorldPoint(1765, 5079, 2), "Go on the platform to the mimic challenge.");
goToRace = new ObjectStep(this, ObjectID.PLATFORM_16634, new WorldPoint(1770, 5088, 2), "Go on the platform to the race challenge.");
goToMemory = new ObjectStep(this, ObjectID.PLATFORM_16636, new WorldPoint(1751, 5095, 2), "Go on the platform to the memory challenge.");
goToTrees = new ObjectStep(this, ObjectID.PLATFORM_16635, new WorldPoint(1764, 5098, 2), "Go on the platform to the trees challenge.");
Expand Down

0 comments on commit 3a50f40

Please sign in to comment.