Update Coal for Haunchy quest for checking completions
https://github.com/arianne/stendhal/issues/230
This commit is contained in:
parent
6f2239da6f
commit
d4597e578f
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue