Merge branch 'fix-werecrow'

This commit is contained in:
nyuszika7h 2013-09-18 20:20:49 +02:00
commit ab2048d5ef

View File

@ -1395,7 +1395,7 @@ def transition_day(cli, gameid=0):
message.append("https://i.imgur.com/nO8rZ.gif")
if victim in var.GUNNERS.keys() and var.GUNNERS[victim]: # victim had bullets!
if random.random() < var.GUNNER_KILLS_WOLF_AT_NIGHT_CHANCE:
wc = var.ROLES["werecrow"]
wc = var.ROLES["werecrow"][:]
for crow in wc:
if crow in var.OBSERVED.keys():
wc.remove(crow)