Merge branch 'fix-werecrow'
This commit is contained in:
commit
ab2048d5ef
@ -1395,7 +1395,7 @@ def transition_day(cli, gameid=0):
|
|||||||
message.append("https://i.imgur.com/nO8rZ.gif")
|
message.append("https://i.imgur.com/nO8rZ.gif")
|
||||||
if victim in var.GUNNERS.keys() and var.GUNNERS[victim]: # victim had bullets!
|
if victim in var.GUNNERS.keys() and var.GUNNERS[victim]: # victim had bullets!
|
||||||
if random.random() < var.GUNNER_KILLS_WOLF_AT_NIGHT_CHANCE:
|
if random.random() < var.GUNNER_KILLS_WOLF_AT_NIGHT_CHANCE:
|
||||||
wc = var.ROLES["werecrow"]
|
wc = var.ROLES["werecrow"][:]
|
||||||
for crow in wc:
|
for crow in wc:
|
||||||
if crow in var.OBSERVED.keys():
|
if crow in var.OBSERVED.keys():
|
||||||
wc.remove(crow)
|
wc.remove(crow)
|
||||||
|
Loading…
Reference in New Issue
Block a user