Skip to content

Commit

Permalink
- Fix typo during conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
agilbert1412 committed Nov 22, 2023
1 parent 3c9a802 commit d7d437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/stardew_valley/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def fill_with_resource_packs_and_traps(item_factory: StardewItemFactory, options
if include_traps:
priority_filler_items.extend(trap_items)

exclude_ginger_island = options.excludeGingerIsland == ExcludeGingerIsland.option_true
exclude_ginger_island = options.exclude_ginger_island == ExcludeGingerIsland.option_true
all_filler_packs = get_all_filler_items(include_traps, exclude_ginger_island)
priority_filler_items = remove_excluded_packs(priority_filler_items, exclude_ginger_island)

Expand Down

0 comments on commit d7d437c

Please sign in to comment.