fix flint westwood
This commit is contained in:
parent
674a25bcf3
commit
9ea0a49c2e
@ -1584,7 +1584,7 @@ class Player:
|
||||
"icon": p.role.icon
|
||||
if (self.game.initial_players == 3)
|
||||
else "⭐️"
|
||||
if p["is_sheriff"]
|
||||
if isinstance(p.role, r.Sheriff)
|
||||
else "🤠",
|
||||
"avatar": p.avatar,
|
||||
"is_character": True,
|
||||
|
Loading…
Reference in New Issue
Block a user