mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 13:54:19 +00:00
Bugfix!
This commit is contained in:
parent
d57f868ef0
commit
9b5b46e576
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -479,7 +479,7 @@ class Game:
|
|||
for player in self.players:
|
||||
player.message(bot, s.end_game_wiped + s.tie)
|
||||
# Mifiosi più dei Royal
|
||||
if evil >= good:
|
||||
elif evil >= good:
|
||||
self.message(bot, s.end_mifia_outnumber + s.victory_mifia)
|
||||
for player in self.players:
|
||||
if player.role.team == 'Good':
|
||||
|
|
Loading…
Reference in a new issue