diff --git a/src/games/stendhal/server/maps/quests/TrapsForKlaas.java b/src/games/stendhal/server/maps/quests/TrapsForKlaas.java index 73b6add0fcb..87fe2155ff7 100644 --- a/src/games/stendhal/server/maps/quests/TrapsForKlaas.java +++ b/src/games/stendhal/server/maps/quests/TrapsForKlaas.java @@ -97,7 +97,7 @@ public BringItemQuestBuilder story() { .respondToRequest("The rats down here have been getting into the food storage. Would you help me rid us of the varmints?") .respondToUnrepeatableRequest("Thanks for the traps. Now the food will be safe. But I may need your help again soon.") .respondToRepeatedRequest("The rats down here have been getting into the food storage. Would you help me rid us of the varmints?") - .respondToAccept("Thanks, I need you to bring me bring me 20 #rodent #traps. Please hurry! We can't afford to lose anymore food.") + .respondToAccept("Thanks, I need you to bring me 20 #rodent #traps. Please hurry! We can't afford to lose anymore food.") .respondToReject("Don't waste my time. I've got to protect the cargo.") .rejectionKarmaPenalty(5.0) .remind("I believe, I already asked you to get me 20 rodent traps."); diff --git a/tests/games/stendhal/server/maps/quests/TrapsForKlaasTest.java b/tests/games/stendhal/server/maps/quests/TrapsForKlaasTest.java index 28e2f9d02c7..713b97fc01f 100644 --- a/tests/games/stendhal/server/maps/quests/TrapsForKlaasTest.java +++ b/tests/games/stendhal/server/maps/quests/TrapsForKlaasTest.java @@ -1,5 +1,5 @@ /*************************************************************************** - * (C) Copyright 2019-2023 - Arianne * + * (C) Copyright 2019-2024 - Arianne * *************************************************************************** *************************************************************************** * * @@ -145,7 +145,7 @@ private void testDialogue() { en.step(player, "yes"); assertEquals(ConversationStates.ATTENDING, en.getCurrentState()); assertEquals( - "Thanks, I need you to bring me bring me 20 #rodent #traps. Please hurry! We can't afford to lose anymore food.", + "Thanks, I need you to bring me 20 #rodent #traps. Please hurry! We can't afford to lose anymore food.", getReply(klaas)); assertEquals("start", player.getQuest(questName)); en.step(player, "rodent traps");