Skip to content

Commit

Permalink
Specify how many unicorn horns Zelan needs
Browse files Browse the repository at this point in the history
Closes #421
  • Loading branch information
AntumDeluge committed Jul 9, 2024
1 parent 8a75706 commit 4d2d689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public BringItemQuestBuilder story() {
+ " surrounding Atlantis. If you are a brave sort I could"
+ " really use some help gathering unicorn horns."
+ " Will you help me?")
.respondToAccept("Great! Be careful, out there are lots of large"
.respondToAccept("Great! I need 10 unicorn horns. Be careful, out there are lots of large"
+ " monsters, and those centaurs are really nasty.")
.respondToReject("Thats ok, I will find someone else to help me.")
.rejectionKarmaPenalty(10.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private void testQuest() {
en.step(player, "yes");
assertEquals(ConversationStates.ATTENDING, en.getCurrentState());
assertEquals(
"Great! Be careful, out there are lots of large monsters, and those"
"Great! I need 10 unicorn horns. Be careful, out there are lots of large monsters, and those"
+ " centaurs are really nasty.",
getReply(zelan));
assertEquals("start", player.getQuest(slot, 0));
Expand Down

0 comments on commit 4d2d689

Please sign in to comment.