From e83a64fc9644bdd682d521d36cdfd0d02f763105 Mon Sep 17 00:00:00 2001 From: Alex Nordstrom Date: Wed, 18 Sep 2024 15:44:24 -0400 Subject: [PATCH] Update worlds/ladx/Options.py Co-authored-by: Scipio Wright --- worlds/ladx/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ladx/Options.py b/worlds/ladx/Options.py index 3061d17cdd9..7cc087da569 100644 --- a/worlds/ladx/Options.py +++ b/worlds/ladx/Options.py @@ -504,7 +504,7 @@ class AdditionalWarpPoints(DefaultOffToggle): class StabilizeItemPool(DefaultOffToggle): """ - From vanilla quantities, the default behavior is to randomly swap some number of rupees for bombs, arrows, powder, and capacity upgrades. This disables that swapping, useful for plando. + By default, rupees in the item pool may be randomly swapped with bombs, arrows, powders, or capacity upgrades. This option disables that swapping, which is useful for plando. """ display_name = "Stabilize Item Pool"