mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Fixes
"AssertionError: True is not false : Unexpected assignment to GrinchWorld.options!"
This commit is contained in:
@@ -16,7 +16,7 @@ from .Rules import access_rules_dict
|
||||
class GrinchWorld(World):
|
||||
game: ClassVar[str] = "The Grinch"
|
||||
options_dataclass = Options.GrinchOptions
|
||||
options = Options.GrinchOptions
|
||||
options: Options.GrinchOptions
|
||||
topology_present = True #not an open world game, very linear
|
||||
item_name_to_id: ClassVar[dict[str,int]] = grinch_items_to_id()
|
||||
location_name_to_id: ClassVar[dict[str,int]] = grinch_locations_to_id()
|
||||
|
Reference in New Issue
Block a user