mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Witness: (Fatal) Fix incorrect reference due to a faulty merge conflict (#1990)
This commit is contained in:
@@ -78,7 +78,7 @@ class WitnessWorld(World):
|
|||||||
'obelisk_side_id_to_EPs': StaticWitnessLogic.OBELISK_SIDE_ID_TO_EP_HEXES,
|
'obelisk_side_id_to_EPs': StaticWitnessLogic.OBELISK_SIDE_ID_TO_EP_HEXES,
|
||||||
'precompleted_puzzles': [int(h, 16) for h in
|
'precompleted_puzzles': [int(h, 16) for h in
|
||||||
self.player_logic.EXCLUDED_LOCATIONS | self.player_logic.PRECOMPLETED_LOCATIONS],
|
self.player_logic.EXCLUDED_LOCATIONS | self.player_logic.PRECOMPLETED_LOCATIONS],
|
||||||
'entity_to_name': self.static_logic.ENTITY_ID_TO_NAME,
|
'entity_to_name': StaticWitnessLogic.ENTITY_ID_TO_NAME,
|
||||||
}
|
}
|
||||||
|
|
||||||
def generate_early(self):
|
def generate_early(self):
|
||||||
|
Reference in New Issue
Block a user