Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jun 16, 2024
1 parent 8ccaab5 commit 350906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/entity_hunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _add_plandoed_hunt_panels_to_pre_picked(self):
if self._entity_is_eligible(entity_hex, plando=True):
if len(self.PRE_PICKED_HUNT_ENTITIES) == self.player_options.panel_hunt_total:
warning(
f"Panel {location_name} could not be plandoed as a hunt panel for {self.player_name}'s world "
f"Panel {location_name} could not be plandoed as a hunt panel for {self.player_name}'s world, "
f"because it would exceed their panel hunt total."
)
continue
Expand Down

0 comments on commit 350906a

Please sign in to comment.