Skip to content

Commit

Permalink
Fixed typo in TheGiantDwarf. (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxd authored Oct 1, 2023
1 parent 939860d commit b30d1ac
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 b30d1ac

Please sign in to comment.