crazed shaman only wins if survives
This commit is contained in:
parent
c8d52a442c
commit
42f7b6e176
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user