Update Coal for Haunchy quest for checking completions

https://github.com/arianne/stendhal/issues/230
This commit is contained in:
Jordan Irwin 2024-04-15 15:42:08 -07:00
parent 6f2239da6f
commit d4597e578f
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A

View file

@ -97,6 +97,9 @@ public class CoalForHaunchy implements QuestManuscript {
.rewardWith(new EquipRandomAmountOfItemAction("grilled steak", 1, 4, 1,
"Thank you! Take [this_these] [number_item] from my grill!"));
// completions count is stored in 2nd index of quest slot
quest.setCompletionsIndexes(2);
return quest;
}