Skip to content

Commit

Permalink
Add hint about apothecary breadcrumbs in Traps for Klaas travel log
Browse files Browse the repository at this point in the history
Closes #617
  • Loading branch information
AntumDeluge committed Jul 2, 2024
1 parent 97ff418 commit 3845fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/games/stendhal/server/maps/quests/TrapsForKlaas.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ public BringItemQuestBuilder story() {
.whenQuestWasRejected("I do not care about dealing with rodents.")
.whenQuestWasAccepted("I promised to gather 20 rodent traps and bring them to Klaas.")
.whenTaskWasCompleted("I got enough traps.")
.whenQuestWasCompleted("I gave the rodent traps to Klaas. I got some experience and antidotes.")
.whenQuestWasCompleted("I gave the rodent traps to Klaas. I got some experience and antidotes."
+ " He also mentioned an apothecary and said I should speak to the soldiers guarding Ados"
+ " City.")
.whenQuestCanBeRepeated("I should check if Klaas needs my help again.");

quest.offer()
Expand Down

0 comments on commit 3845fc6

Please sign in to comment.