Skip to content

Commit

Permalink
Merge pull request #19 from Ishigh1/oos-season-fix
Browse files Browse the repository at this point in the history
Fixed spool swamp logic
  • Loading branch information
Dinopony authored Dec 15, 2024
2 parents dbae483 + 5269604 commit b58e6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/tloz_oos/data/logic/OverworldLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ def make_holodrum_logic(player: int):
])],

["spool stump", "spool swamp middle", False, lambda state: any([
oos_get_default_season(state, player, "SPOOL_SWAMP") != 'spring',
oos_can_remove_season(state, player, 'spring'),
oos_get_default_season(state, player, "SPOOL_SWAMP") != SEASON_SPRING,
oos_can_remove_season(state, player, SEASON_SPRING),
oos_has_flippers(state, player),
oos_can_summon_dimitri(state, player)
])],
Expand Down

0 comments on commit b58e6dc

Please sign in to comment.