Fix error with guardian angel

This commit is contained in:
skizzerz 2014-07-20 18:07:23 -05:00
parent ac9bc89699
commit 5cc5e13081

View File

@ -2036,7 +2036,7 @@ def transition_day(cli, gameid=0):
novictmsg = False
break
for gangel in var.ROLES["guardian angel"]:
if died and var.GUARDED.get(gangel) == victim:
if var.GUARDED.get(gangel) == victim:
dead.append(gangel)
message.append(("\u0002{0}\u0002 sacrificed their life to guard that of another.").format(gangel))
novictmsg = False