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

Core: Adding remove items from pool as a generic opt-in option #3413

Closed
wants to merge 2 commits into from

Conversation

Ishigh1
Copy link
Contributor

@Ishigh1 Ishigh1 commented May 27, 2024

What is this fixing or adding?

It just adds the option as an opt-in. Since I don't maintain a core game, no game gets it in this PR, unless you want me to.
I'm not sure if it should throw exception if you try to remove things from the item pool if they aren't in it, but it's the behavior of start_inventory_from_pool

How was this tested?

By removing swords in the item pool of TUNIC. It worked as expected, also throwing exception if I tried to remove too many swords or if the game became unbeatable because of it

If this makes graphical changes, please attach screenshots.

@github-actions github-actions bot added affects: core Issues/PRs that touch core and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels May 27, 2024
@Ishigh1 Ishigh1 changed the title Core: Adding excluded items from pool as a generic opt-in option Core: Adding remove items from pool as a generic opt-in option May 27, 2024
@Ishigh1 Ishigh1 closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: core Issues/PRs that touch core and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant