Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quests: Allow for tasks to give multiple rewards upon completion #1732

Open
elizabethli31 opened this issue Jun 3, 2022 · 0 comments
Open
Labels
Milestone

Comments

@elizabethli31
Copy link
Contributor

Quest rewards can currently only give one item, but it would likely be better if they can give the player multiple items. A good task to start with would be replacing the current reward item implementation with a linked list of item pointers instead of just a single pointer. This would involve changing the item struct (and the management functions, including new, init, and free), the accept reward function, and the reward WDL parsing function.

@elizabethli31 elizabethli31 added this to the Backlog milestone Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant