|
@@ -90,7 +90,7 @@ namespace MafiaTelegramBot.Game.GameRooms
|
|
|
await PlayersRole[Roles.Parasite][0].CurrentRole.Kill();
|
|
|
if (player.CurrentRole.RoleKey==Roles.Werewolf) player.WerewolfRoleAchievementEvent(0,true);
|
|
|
}
|
|
|
- if (IsRanking) await Bot.SendWithMarkdown2(player.ChatId, $"{strings.you_lost} {player.SubtractRankPoints()} {strings.points}");
|
|
|
+ if (IsRanking && IsRunning) await Bot.SendWithMarkdown2(player.ChatId, $"{strings.you_lost} {player.SubtractRankPoints()} {strings.points}");
|
|
|
player.ResetState();
|
|
|
}
|
|
|
|