From 710144c36385c00a087770ff7c439949d9113844 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Tue, 10 Jun 2025 12:57:22 +0200 Subject: [PATCH] Fixed incorrect description on the options --- worlds/satisfactory/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/satisfactory/Options.py b/worlds/satisfactory/Options.py index 696764662f..3f6a94efc3 100644 --- a/worlds/satisfactory/Options.py +++ b/worlds/satisfactory/Options.py @@ -47,7 +47,7 @@ class ChoiceMap(Choice, metaclass=ChoiceMapMeta): class ElevatorTier(NamedRange): """ Put these Shipments to Space Elevator packages in logic. - Milestones past these packages will unchanged from the base game. + Milestones past these packages be empty. If your goal selection contains *Space Elevator Tier* then the goal will be to complete these shipments. """ display_name = "Space Elevator shipments in logic"