Skip to content

Commit

Permalink
sc2: Fixing start inventory items not using forceProgression flag; fi…
Browse files Browse the repository at this point in the history
…xes flaky test
  • Loading branch information
MatthewMarinets committed Dec 13, 2024
1 parent 68a9915 commit 33b8b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,4 +896,4 @@ def push_precollected_items_to_multiworld(world: SC2World, item_list: List[Starc
for item in item_list:
if ItemFilterFlags.StartInventory not in item.filter_flags:
continue
world.multiworld.push_precollected(create_item_with_correct_settings(world.player, item.name))
world.multiworld.push_precollected(create_item_with_correct_settings(world.player, item.name, item.filter_flags))

0 comments on commit 33b8b32

Please sign in to comment.