Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouramie committed Dec 14, 2024
1 parent 30d5ab3 commit f4d600e
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 @@ -825,7 +825,7 @@ def generate_filler_choice_pool(options: StardewValleyOptions) -> list[str]:
available_filler = get_all_filler_items(include_traps, exclude_island)
available_filler = remove_limited_amount_packs(available_filler)

return available_filler
return [item.name for item in available_filler]


def remove_limited_amount_packs(packs):
Expand Down

0 comments on commit f4d600e

Please sign in to comment.