Fix error with guardian angel
This commit is contained in:
parent
ac9bc89699
commit
5cc5e13081
@ -2036,7 +2036,7 @@ def transition_day(cli, gameid=0):
|
|||||||
novictmsg = False
|
novictmsg = False
|
||||||
break
|
break
|
||||||
for gangel in var.ROLES["guardian angel"]:
|
for gangel in var.ROLES["guardian angel"]:
|
||||||
if died and var.GUARDED.get(gangel) == victim:
|
if var.GUARDED.get(gangel) == victim:
|
||||||
dead.append(gangel)
|
dead.append(gangel)
|
||||||
message.append(("\u0002{0}\u0002 sacrificed their life to guard that of another.").format(gangel))
|
message.append(("\u0002{0}\u0002 sacrificed their life to guard that of another.").format(gangel))
|
||||||
novictmsg = False
|
novictmsg = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user