fix flint westwood

This commit is contained in:
Alberto Xamin 2023-04-10 14:24:29 +01:00
parent 674a25bcf3
commit 9ea0a49c2e
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -1584,7 +1584,7 @@ class Player:
"icon": p.role.icon "icon": p.role.icon
if (self.game.initial_players == 3) if (self.game.initial_players == 3)
else "⭐️" else "⭐️"
if p["is_sheriff"] if isinstance(p.role, r.Sheriff)
else "🤠", else "🤠",
"avatar": p.avatar, "avatar": p.avatar,
"is_character": True, "is_character": True,