Core: Refactor Autoworld.options to Autoworld.option_definitions (#906)
* refactor `world.options` -> `world.option_definitions` * rename world api reference * missed some self.options
This commit is contained in:
@@ -28,7 +28,7 @@ class RiskOfRainWorld(World):
|
||||
first crash landing.
|
||||
"""
|
||||
game: str = "Risk of Rain 2"
|
||||
options = ror2_options
|
||||
option_definitions = ror2_options
|
||||
topology_present = False
|
||||
|
||||
item_name_to_id = item_table
|
||||
|
||||
Reference in New Issue
Block a user