Fix flashback dog
This commit is contained in:
parent
6117444de8
commit
b329fb823e
@ -1392,7 +1392,7 @@ def transition_day(cli, gameid=0):
|
||||
var.LOGGER.logBare(victim, "KILLED")
|
||||
if random.random() < 0.01:
|
||||
# this is pointless.
|
||||
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 random.random() < var.GUNNER_KILLS_WOLF_AT_NIGHT_CHANCE:
|
||||
wc = var.ROLES["werecrow"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user