Tigran 4 rokov pred
rodič
commit
891b46ef3b

+ 0 - 1
MafiaTelegramBot/Game/GameRoles/HookerRole.cs

@@ -45,7 +45,6 @@ namespace MafiaTelegramBot.Game.GameRoles
             {
                 NightTargetId = userId;
                 Room.Players[NightTargetId].CanBeBlockedNight = false;
-                Room.Players[NightTargetId].IsBlocked = true;
                 await Room.Players[NightTargetId].CurrentRole.CancelNightActionResult(strings.hooker_block_you);
                 await Room.PlayersCh.EditTo(Player.ChatId, MessageId, $"{strings.you_choose_target} {Room.Players[userId].NickName}");
             }