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

LttP/Core: more ripping and tearing #3160

Merged
merged 3 commits into from
Apr 18, 2024
Merged

LttP/Core: more ripping and tearing #3160

merged 3 commits into from
Apr 18, 2024

Conversation

Berserker66
Copy link
Member

What is this fixing or adding?

now that more LttP options are at least on the outdated options system, they can be removed from core.
sprite and sprite_pool still aren't, so those and EntranceRandomizer.py remain for now.

How was this tested?

running a few gens with yamls I had around and unittests.

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 Apr 16, 2024

set_rule(world.get_location('Thieves\' Town - Attic', player), lambda state: state._lttp_has_key('Small Key (Thieves Town)', player, 3))
set_rule(world.get_location('Thieves\' Town - Spike Switch Pot Key', player),
if multiworld.accessibility[player] != 'locations' and not world.key_drop_shuffle[player]:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
if multiworld.accessibility[player] != 'locations' and not world.key_drop_shuffle[player]:
if multiworld.accessibility[player] != 'locations' and not multiworld.key_drop_shuffle[player]:

Did not test this, but it seems to be the problem here.

@Alchav Alchav mentioned this pull request Apr 18, 2024
@Berserker66 Berserker66 merged commit 6e56f31 into main Apr 18, 2024
26 checks passed
@Berserker66 Berserker66 deleted the lttp_remove_more branch April 18, 2024 16:33
qwint pushed a commit to qwint/Archipelago that referenced this pull request Jun 24, 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.

3 participants