From 3845fc69da706db901355df37ee0cc6a0a8c471b Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 1 Jul 2024 19:38:09 -0700 Subject: [PATCH] Add hint about apothecary breadcrumbs in Traps for Klaas travel log Closes https://github.com/arianne/stendhal/issues/617 --- src/games/stendhal/server/maps/quests/TrapsForKlaas.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/games/stendhal/server/maps/quests/TrapsForKlaas.java b/src/games/stendhal/server/maps/quests/TrapsForKlaas.java index 87fe2155ff..fcaee6c589 100644 --- a/src/games/stendhal/server/maps/quests/TrapsForKlaas.java +++ b/src/games/stendhal/server/maps/quests/TrapsForKlaas.java @@ -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()