Skip to content

Commit

Permalink
Merge pull request #196 from tomhickerson/proof
Browse files Browse the repository at this point in the history
testing out quests, missed a spot
  • Loading branch information
tomhickerson authored Oct 26, 2023
2 parents a207905 + 4e982a1 commit bab931a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public static SimpleHuntQuest killMoreRabbits() {
shq.setAcceptMessage("Great, now get out there and kill them rabbits!");
shq.setEpilogue("You did it, whew! I thought they were getting ready to eat *us*!");
shq.setQualify(qualifyMoreRabbits());
shq.setReward(killMoreRabbitsReward());
return shq;
}

Expand Down

0 comments on commit bab931a

Please sign in to comment.