From 44da66a50ef75aac43cb4e500d263a2f8fffe6f5 Mon Sep 17 00:00:00 2001 From: aLaserShark Date: Wed, 11 Sep 2013 10:18:58 -0400 Subject: [PATCH] super secure flashback dog --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 7ec169f..ce399eb 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -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(" http://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"]