diff --git a/worlds/satisfactory/Options.py b/worlds/satisfactory/Options.py index 3f6a94efc3..4cd801795d 100644 --- a/worlds/satisfactory/Options.py +++ b/worlds/satisfactory/Options.py @@ -319,12 +319,24 @@ class SplitterLogic(PlacementLogic): _skip_tutorial_starting_items = [ # https://satisfactory.wiki.gg/wiki/Onboarding - "Bundle: Portable Miner", + "Single: Portable Miner", + "Single: Portable Miner", + "Single: Portable Miner", + "Single: Portable Miner", "Bundle: Iron Plate", "Bundle: Concrete", "Bundle: Iron Rod", "Bundle: Wire", - "Bundle: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", "Bundle: Cable", "Bundle: Iron Ore" ]