Fix vengeful ghost winning with fool/monsters

This commit is contained in:
skizzerz 2014-07-20 19:52:36 -05:00
parent b28d67a877
commit 6cb320d1e3

View File

@ -1099,6 +1099,7 @@ def stop_game(cli, winner = ""):
if not winner.startswith("@") and winner != "monsters":
iwon = True
elif plr in var.ORIGINAL_ROLES["vengeful ghost"]:
if not winner.startswith("@") and winner != "monsters":
if plr in survived:
iwon = True
elif var.VENGEFUL_GHOSTS[plr] == "villagers" and winner == "wolves":