Skip to content

Commit

Permalink
Update Unicorn Horns for Zelan quest for checking completions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 16, 2024
1 parent a45fc7b commit 6195a06
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright © 2003-2023 - Arianne *
* Copyright © 2003-2024 - Arianne *
***************************************************************************
***************************************************************************
* *
Expand Down Expand Up @@ -99,6 +99,9 @@ public BringItemQuestBuilder story() {
.rewardWith(new EquipItemAction("soup", 3))
.rewardWith(new EquipItemAction("money", 20000));

// completions count is stored in 2nd index of quest slot
quest.setCompletionsIndexes(2);

return quest;
}
}

0 comments on commit 6195a06

Please sign in to comment.