Skip to content

Commit

Permalink
rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Aug 20, 2024
1 parent d751a76 commit 7f56c92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worlds/witness/entity_hunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def __init__(self, player_logic: "WitnessPlayerLogic", world: "WitnessWorld",
self.random = world.random

self.PRE_PICKED_HUNT_ENTITIES = pre_picked_entities.copy()
self.HUNT_ENTITIES: Set[str] = set()
self.HUNT_ENTITIES = set()

self._add_plandoed_hunt_panels_to_pre_picked()

self.ALL_ELIGIBLE_ENTITIES, self.ELIGIBLE_ENTITIES_PER_AREA = self._get_eligible_panels()

Expand Down

0 comments on commit 7f56c92

Please sign in to comment.