File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class CrystalProjectWeb(WebWorld):
4040
4141class CrystalProjectWorld (World ):
4242 """Crystal Project is a mix of old school job based jRPG mixed with a ton of 3D platforming and exploration."""
43- apworld_version = "0.6.0 "
43+ apworld_version = "0.6.1 "
4444 game = "Crystal Project"
4545 options_dataclass = CrystalProjectOptions
4646 options : CrystalProjectOptions
@@ -155,7 +155,7 @@ def create_regions(self) -> None:
155155 all_passes_state .collect (self .create_item (region_pass ), prevent_sweep = True )
156156 for region in self .get_regions ():
157157 if region .can_reach (all_passes_state ) and region .name != MENU and region .name != MODDED_ZONE :
158- if len (region .locations ) > 2 :
158+ if len (region .locations ) > 3 :
159159 initially_reachable_regions .append (region )
160160 self .starter_region = self .random .choice (initially_reachable_regions ).name
161161 # logging.getLogger().info("Starting region is " + self.starter_region)
You can’t perform that action at this time.
0 commit comments