Skip to content

Commit

Permalink
Fixed typo in TheGiantDwarf.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxd authored Sep 29, 2023
1 parent 2adad4f commit 65e0f46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public void setupSteps()
"Go to the upper floor of the market.");

talkToSecretary = new NpcStep(this, NpcID.BLUE_OPAL_SECRETARY, new WorldPoint(2869, 10205, 1),
"Keep talking to the same secretary and complete the tasks given. If you don't want to do one of the task, " +
"Keep talking to the same secretary and complete the tasks given. If you don't want to do one of the tasks, " +
"just talk to them again for a different one.");
//TODO: Add a way to check which company is chosen
//((NpcStep) talkToSecretary).addAlternateNpcs(NpcID.PURPLE_PEWTER_SECRETARY, NpcID.GREEN_GEMSTONE_SECRETARY,
Expand Down

0 comments on commit 65e0f46

Please sign in to comment.