From 2a35212ca44036f1443fa43804bfcdde85c33147 Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Sat, 29 Aug 2015 20:56:26 -0400 Subject: [PATCH] Fix fallen angel's kill playing the wrong message --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index b4b5543..67d420f 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -3903,7 +3903,7 @@ def transition_day(cli, gameid=0): # story-wise it gets demolished at night by the FA while p in havetotem: havetotem.remove(p) - brokentotem.add(p) + brokentotem.add(p) if p in protected: del protected[p] if p in var.ACTIVE_PROTECTIONS: