From 1a29caffcb7e5b1ee071c137ea0c394042b2aa0b Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:08:25 +0200 Subject: [PATCH] Witness: (Fatal) Fix incorrect reference due to a faulty merge conflict (#1990) --- worlds/witness/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/witness/__init__.py b/worlds/witness/__init__.py index 457a9e52..1c73d595 100644 --- a/worlds/witness/__init__.py +++ b/worlds/witness/__init__.py @@ -78,7 +78,7 @@ class WitnessWorld(World): 'obelisk_side_id_to_EPs': StaticWitnessLogic.OBELISK_SIDE_ID_TO_EP_HEXES, 'precompleted_puzzles': [int(h, 16) for h in 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):