mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
introduce World.topology_present, to indicate if any meaningful path information is available in the world
This commit is contained in:
@@ -28,6 +28,7 @@ class World(metaclass=AutoWorldRegister):
|
||||
world: MultiWorld
|
||||
player: int
|
||||
options: dict = {}
|
||||
topology_present: bool = False # indicate if world type has any meaningful layout/pathing
|
||||
|
||||
def __init__(self, world: MultiWorld, player: int):
|
||||
self.world = world
|
||||
|
Reference in New Issue
Block a user