From de0fc56e462f8b66b24d9c92733fa346579af965 Mon Sep 17 00:00:00 2001 From: Rob B Date: Sat, 18 Jan 2025 13:44:58 -0500 Subject: [PATCH] Apply cherry pick of 3076259 --- worlds/satisfactory/Options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/satisfactory/Options.py b/worlds/satisfactory/Options.py index 050c851755..afb83e8a93 100644 --- a/worlds/satisfactory/Options.py +++ b/worlds/satisfactory/Options.py @@ -101,7 +101,7 @@ class ResourceSinkPoints(NamedRange): class HardDriveProgressionLimit(Range): """ How many Hard Drives can contain progression items. - Hard Drives above this count cannot contain progression, but can still be useful. + Hard Drives above this count cannot contain progression, but can still be Useful. There are 118 total hard drives. """ @@ -244,7 +244,7 @@ class TrapSelectionOverride(OptionSet): class EnergyLink(Toggle): """ Allow transferring energy to and from other worlds using the Power Storage building. - 0% of the energy is lost in the transfer. + No energy is lost in the transfer on Satisfactory's side, but other worlds may have other settings. """ display_name = "EnergyLink"