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

Allow non-items to be hinted via plando #2157

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

aofengen
Copy link

Currently hint plandos only allow for things defined as items in ItemList.py as valid choices for the "item_hints" block. However other locations in the project allow for non-item defined options to be added to this block (see data/Bingo/generic_bingo_hints"). This PR allows for non-item defined choices to be used in a hint plando (songs, keys, etc). This can be tested via the following plando currently:

"settings": {
	"item_hints":                              ["Zeldas Lullaby"]
}

Valid types will be those that have an item declared that type in ItemList.py and a hint for that item in HintList.py

@fenhl fenhl added Type: Enhancement New feature or request Component: Setting specific to setting(s) Component: Hints related to how we help the player labels Dec 27, 2023
@fenhl fenhl mentioned this pull request Dec 27, 2023
@fenhl fenhl added Status: Needs Testing Probably should be tested Status: Waiting for Release This PR is ready for merge, but we're holding off on it until after the next release labels Feb 15, 2024
@fenhl fenhl removed the Status: Waiting for Release This PR is ready for merge, but we're holding off on it until after the next release label Mar 10, 2024
@fenhl fenhl removed the Status: Needs Testing Probably should be tested label Mar 26, 2024
@fenhl fenhl added this to the next milestone Mar 26, 2024
@fenhl fenhl merged commit 2ecc523 into OoTRandomizer:Dev Mar 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Hints related to how we help the player Component: Setting specific to setting(s) Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants