Fix fallen angel's kill playing the wrong message

This commit is contained in:
Vgr E. Barry 2015-08-29 20:56:26 -04:00
parent 1fe1a7bfb3
commit 2a35212ca4

View File

@ -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: