Skip to content

Commit

Permalink
Let vigs visit the square multiple nights in a row
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Nov 28, 2024
1 parent 02507e8 commit d0e3c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gamemodes/pactbreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ def visit(self, wrapper: MessageDispatcher, message: str):
pass
elif target_location is Graveyard and player_role in Vampire:
pass
elif target_location is VillageSquare and player_role == "vigilante":
pass
else:
wrapper.pm(messages["pactbreaker_no_visit_twice_{0}".format(target_name)])
return
Expand Down

0 comments on commit d0e3c9a

Please sign in to comment.