Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Nov 27, 2024
1 parent 8abec6d commit 5bb4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamemodes/pactbreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def on_night_kills(self, evt: Event, var: GameState):

shares: list[User] = list()
for location, visitors in visited.items():
if not visitors:
if location is Limbo or not visitors:
continue

deck, draw_func, owner = self.build_deck(var, location, visitors)
Expand Down

0 comments on commit 5bb4b93

Please sign in to comment.