1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-22 13:54:19 +00:00
This commit is contained in:
Steffo 2016-08-10 17:44:36 +02:00
parent d57f868ef0
commit 9b5b46e576

View file

@ -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':