Revert "Prevent visited harlot from being killed"
This reverts commit f49e7371b8
.
Thinking about it, the old behavior actually makes sense. X visits Y,
and Y visits X. When wolf targets X, they find Y, and vice versa.
This commit is contained in:
parent
8a7ca99c75
commit
97a8abff45
@ -1403,7 +1403,7 @@ def transition_day(cli, gameid=0):
|
|||||||
dead.append(deadwolf)
|
dead.append(deadwolf)
|
||||||
if victim in var.HVISITED.values(): # victim was visited by some harlot
|
if victim in var.HVISITED.values(): # victim was visited by some harlot
|
||||||
for hlt in var.HVISITED.keys():
|
for hlt in var.HVISITED.keys():
|
||||||
if var.HVISITED[hlt] == victim and victim in dead:
|
if var.HVISITED[hlt] == victim:
|
||||||
message.append(("\02{0}\02, a \02harlot\02, made the unfortunate mistake of "+
|
message.append(("\02{0}\02, a \02harlot\02, made the unfortunate mistake of "+
|
||||||
"visiting the victim's house last night and is "+
|
"visiting the victim's house last night and is "+
|
||||||
"now dead.").format(hlt))
|
"now dead.").format(hlt))
|
||||||
|
Loading…
Reference in New Issue
Block a user