Skip to content

Commit

Permalink
i no haow 2 spel
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Feb 8, 2025
1 parent 18eb7d4 commit 6fc1d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roles/vengefulghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def on_gun_shoot(evt: Event, var: GameState, user: User, target: User, role: str

@event_listener("team_win")
def on_team_win(evt: Event, var: GameState, player: User, main_role: str, all_roles: set[str], winner: str):
team_map = {"wolf": "wolves", "village": "villagers", "vampire": "vampires"}
team_map = {"wolf": "wolves", "villager": "villagers", "vampire": "vampires"}
if player in GHOSTS:
against = GHOSTS[player].lstrip("!")
against_team = team_map[against]
Expand Down

0 comments on commit 6fc1d71

Please sign in to comment.