From 70694a70d5db946b26ab47cd3eea49749cb7f8a6 Mon Sep 17 00:00:00 2001 From: Rob B Date: Mon, 14 Jul 2025 12:11:51 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- worlds/satisfactory/Items.py | 1 - worlds/satisfactory/__init__.py | 1 - worlds/satisfactory/docs/en_Satisfactory.md | 2 +- worlds/satisfactory/docs/setup_en.md | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/worlds/satisfactory/Items.py b/worlds/satisfactory/Items.py index 34f18efcda..bdb4506645 100644 --- a/worlds/satisfactory/Items.py +++ b/worlds/satisfactory/Items.py @@ -5,7 +5,6 @@ from BaseClasses import Item, ItemClassification as C, MultiWorld from .GameLogic import GameLogic from .Options import SatisfactoryOptions from .ItemData import ItemData, ItemGroups as G -from .Options import SatisfactoryOptions from .CriticalPathCalculator import CriticalPathCalculator class Items: diff --git a/worlds/satisfactory/__init__.py b/worlds/satisfactory/__init__.py index c8094a2e32..c2636939d9 100644 --- a/worlds/satisfactory/__init__.py +++ b/worlds/satisfactory/__init__.py @@ -11,7 +11,6 @@ from .CriticalPathCalculator import CriticalPathCalculator from .Web import SatisfactoryWebWorld from ..AutoWorld import World from NetUtils import Hint -from BaseClasses import ItemClassification class SatisfactoryWorld(World): diff --git a/worlds/satisfactory/docs/en_Satisfactory.md b/worlds/satisfactory/docs/en_Satisfactory.md index cce69a93d3..9258cc5d78 100644 --- a/worlds/satisfactory/docs/en_Satisfactory.md +++ b/worlds/satisfactory/docs/en_Satisfactory.md @@ -146,7 +146,7 @@ the rest are filler or useful. ## Where do I run Archipelago commands? -You can use the game's build-in chat menu. +You can use the game's built-in chat menu. Check the game's keybinding options to see how to open it. Run the `/help` command to list all available commands. Note that Archipelago commands are *not* prefixed with `!` inside of Satisfactory. diff --git a/worlds/satisfactory/docs/setup_en.md b/worlds/satisfactory/docs/setup_en.md index 56ecaabc8e..a025013eb4 100644 --- a/worlds/satisfactory/docs/setup_en.md +++ b/worlds/satisfactory/docs/setup_en.md @@ -43,7 +43,7 @@ YAML Validator page: [Yaml Validation Page](/mysterycheck) The Player Settings page provides a few options for controlling what materials you start with and when certain key technologies are unlocked. -Any Resource Bundle type items added to your starting inventory will be delivered to your player inventory when you initally spawn, +Any Resource Bundle type items added to your starting inventory will be delivered to your player inventory when you initially spawn, unless they can't fit, in which case they can be collected by building an Archipelago Portal. Advanced users can use Plando, Weighted Options, and manual yaml editing to further configure the starting inventory.