We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cce68 commit 9a82edcCopy full SHA for 9a82edc
worlds/AutoWorld.py
@@ -206,8 +206,8 @@ class World(metaclass=AutoWorldRegister):
206
207
game: ClassVar[str]
208
"""name the game"""
209
- topology_present: ClassVar[bool] = False
210
- """indicate if world type has any meaningful layout/pathing"""
+ topology_present: bool = False
+ """indicate if this world has any meaningful layout/pathing"""
211
212
all_item_and_group_names: ClassVar[FrozenSet[str]] = frozenset()
213
"""gets automatically populated with all item and item group names"""
0 commit comments