Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowiee authored Jan 21, 2021
1 parent 7b6449a commit 3d06603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Werewolf for Telegram/Werewolf Node/Werewolf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3484,7 +3484,7 @@ private void NightCycle()
VisitPlayer(sk, skilled);
Send(GetLocaleString("KillerRandomKill", oldSkilled.GetName(), skilled.GetName()), sk.Id);
}
if (ga?.Choice == skilled.Id)
if (ga?.Choice == skilled.Id && skilled.PlayerRole != IRole.Harlot) //GA doesn't find Harlot at home, therefore can't protect them
{
if (oldSkilled == null)
Send(GetLocaleString("GuardBlockedKiller", skilled.GetName()), sk.Id);
Expand Down

0 comments on commit 3d06603

Please sign in to comment.