Skip to content

Commit

Permalink
this is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jun 17, 2024
1 parent 10eb090 commit 20989b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/witness/entity_hunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def _entity_is_eligible(self, panel_hex: str) -> bool:
and not self.player_options.shuffle_discarded_panels
and panel_obj["locationType"] == "Discard"
)
and panel_hex not in self.HUNT_ENTITIES
)

def _get_eligible_panels(self) -> Tuple[List[str], Dict[str, Set[str]]]:
Expand Down

0 comments on commit 20989b2

Please sign in to comment.