|
@@ -19,7 +19,7 @@ namespace MafiaTelegramBot.Game.GameRoles
|
|
|
public override async Task NightAction()
|
|
|
{
|
|
|
NightTargetId = -1;
|
|
|
- NightTargetList = Room.Players.Values.Where(p => p.IsAlive && !KnownRoles.ContainsKey(p.Id)).ToList();
|
|
|
+ NightTargetList = Room.Players.Values.Where(p => p.IsAlive && (!KnownRoles.ContainsKey(p.Id) || Room.IsExtended)).ToList();
|
|
|
var message = await Room.PlayersCh.SendTo(Player.ChatId, strings.choose_player_to_check_role,
|
|
|
Keyboard.NightChooseTargetKeyboard(NightTargetList, Player.Id));
|
|
|
MessageId = message.MessageId;
|