crazed shaman only wins if survives

This commit is contained in:
skizzerz 2014-07-20 21:28:23 -05:00
parent c8d52a442c
commit 42f7b6e176

View File

@ -1106,7 +1106,7 @@ def stop_game(cli, winner = ""):
iwon = True
break
if plr in var.ORIGINAL_ROLES["crazed shaman"]:
if not winner.startswith("@") and winner != "monsters":
if plr in survived and not winner.startswith("@") and winner != "monsters":
iwon = True
elif plr in var.ORIGINAL_ROLES["vengeful ghost"]:
if not winner.startswith("@") and winner != "monsters":