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:
@@ -17,7 +17,7 @@ class OriBlindForest(World):
|
||||
item_name_to_id = item_table
|
||||
location_name_to_id = lookup_name_to_id
|
||||
|
||||
options = options
|
||||
option_definitions = options
|
||||
|
||||
hidden = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user