Update Amazon Princess quest for checking completions
https://github.com/arianne/stendhal/issues/230
This commit is contained in:
parent
86910286fa
commit
412bcb28bc
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ public class AmazonPrincess implements QuestManuscript {
|
|||
.rewardWith(new PlaySoundAction("kiss-female-01"))
|
||||
.rewardWith(new InflictStatusOnNPCAction("pina colada"));
|
||||
|
||||
// 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