diff --git a/worlds/against_the_storm/Options.py b/worlds/against_the_storm/Options.py index 21f8b43b9896..52746103a37b 100644 --- a/worlds/against_the_storm/Options.py +++ b/worlds/against_the_storm/Options.py @@ -64,7 +64,7 @@ class ExtraTradeLocations(Range): display_name = "Extra Trade Locations" default = 5 range_start = 0 - range_end = 51 + range_end = 52 @dataclass class AgainstTheStormOptions(PerGameCommonOptions):