From 7d0ab685622dcb689a7021e1d8b4283cae5bd987 Mon Sep 17 00:00:00 2001 From: massimilianodelliubaldini <8584296+massimilianodelliubaldini@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:48:39 -0500 Subject: [PATCH] Update worlds/jakanddaxter/Options.py Co-authored-by: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com> --- worlds/jakanddaxter/Options.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/worlds/jakanddaxter/Options.py b/worlds/jakanddaxter/Options.py index 18ddacaa7e..aa649706c1 100644 --- a/worlds/jakanddaxter/Options.py +++ b/worlds/jakanddaxter/Options.py @@ -113,11 +113,10 @@ class LavaTubeCellCount(Range): class EnableOrderedCellCounts(DefaultOnToggle): - """Enable to reorder the Cell Count options in ascending order. This is useful if you choose to randomize - those options. + """Reorders the Cell Count requirements for vehicle sections to be in ascending order. For example, if Fire Canyon Cell Count, Mountain Pass Cell Count, and Lava Tube Cell Count are 60, 30, and 40 - respectively, they will be reordered to 30, 40, and 60 respectively.""" + respectively, they will be reordered to 30, 40, and 60.""" display_name = "Enable Ordered Cell Counts"