mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 06:03:21 -07:00
Update worlds/jakanddaxter/Options.py
Co-authored-by: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e3eff0dbfd
commit
7d0ab68562
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user