Skip to content

Commit

Permalink
- Fixed duplicate rule on the desert festival
Browse files Browse the repository at this point in the history
  • Loading branch information
agilbert1412 committed Jun 19, 2024
1 parent 998a387 commit 5ccc8d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worlds/stardew_valley/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ def set_festival_entrance_rules(logic, multiworld, player):
set_entrance_rule(multiworld, player, LogicEntrance.attend_night_market, logic.season.has(Season.winter))
set_entrance_rule(multiworld, player, LogicEntrance.attend_winter_star, logic.season.has(Season.winter))

set_entrance_rule(multiworld, player, LogicEntrance.attend_desert_festival, logic.season.has(Season.spring))


def set_ginger_island_rules(logic: StardewLogic, multiworld, player, world_options: StardewValleyOptions):
set_island_entrances_rules(logic, multiworld, player, world_options)
Expand Down

0 comments on commit 5ccc8d7

Please sign in to comment.