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

KH2: Fixing Start Inventory bug, limiting CustomItemPool keys, fixing two typos #3444

Merged
merged 4 commits into from
Jun 4, 2024

Conversation

Exempt-Medic
Copy link
Collaborator

What is this fixing or adding?

  • Start Inventory error
    • You could not include more than one of various items in start_inventory because item in A or B evaluates as (item in A) or B
  • Custom Item Pool error
    • Only certain items actually have an effect in the CustomItemPool option, however they are all displayed on WebHost. This adds a valid_keys argument and removes verify_item_name = True as that's already the default.
  • Typos
    • WebHost showed "CoR Skip Toggle.:"
    • Output showed " [...] cannot have more than X of itemChanging the amount [...]"

How was this tested?

Generations and running WebHost.

If this makes graphical changes, please attach screenshots.

Screenshot 2024-06-02 151053
Screenshot 2024-06-02 152013

Screenshot 2024-06-02 151725
Screenshot 2024-06-02 151759

Screenshot 2024-06-02 152103
Screenshot 2024-06-02 152114

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Jun 2, 2024
@Exempt-Medic Exempt-Medic added is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: world-maintainer Issue/PR is waiting for feedback or approval by the maintainer of a world. labels Jun 2, 2024
@JaredWeakStrike
Copy link
Collaborator

lgtm

@Exempt-Medic Exempt-Medic removed the waiting-on: world-maintainer Issue/PR is waiting for feedback or approval by the maintainer of a world. label Jun 2, 2024
Copy link
Contributor

@nicholassaylor nicholassaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM

@Exempt-Medic Exempt-Medic added waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer. and removed waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Jun 4, 2024
@NewSoupVi NewSoupVi merged commit c457296 into ArchipelagoMW:main Jun 4, 2024
16 checks passed
wu4 pushed a commit to wu4/Archipelago that referenced this pull request Jun 6, 2024
… two typos (ArchipelagoMW#3444)

* Fixing inclusion checking error

* Fixing typo, limiting valid keys to valid keys

* Adding space

* Add period
@Exempt-Medic Exempt-Medic deleted the patch-3 branch June 10, 2024 12:14
agilbert1412 pushed a commit to agilbert1412/Archipelago that referenced this pull request Jun 13, 2024
… two typos (ArchipelagoMW#3444)

* Fixing inclusion checking error

* Fixing typo, limiting valid keys to valid keys

* Adding space

* Add period
jnschurig pushed a commit to Tranquilite0/Archipelago-SoulBlazer that referenced this pull request Jun 13, 2024
… two typos (ArchipelagoMW#3444)

* Fixing inclusion checking error

* Fixing typo, limiting valid keys to valid keys

* Adding space

* Add period
sflavelle pushed a commit to sflavelle/Archipelago-tgc that referenced this pull request Jun 20, 2024
… two typos (ArchipelagoMW#3444)

* Fixing inclusion checking error

* Fixing typo, limiting valid keys to valid keys

* Adding space

* Add period
qwint pushed a commit to qwint/Archipelago that referenced this pull request Jun 24, 2024
… two typos (ArchipelagoMW#3444)

* Fixing inclusion checking error

* Fixing typo, limiting valid keys to valid keys

* Adding space

* Add period
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants