Fix derp in evilvillage win cond checking
This commit is contained in:
parent
729343bd0c
commit
9161541c39
@ -571,7 +571,7 @@ class EvilVillageMode(GameMode):
|
|||||||
try:
|
try:
|
||||||
if lrealwolves == 0 and lsafes == 0:
|
if lrealwolves == 0 and lsafes == 0:
|
||||||
evt.data["winner"] = "none"
|
evt.data["winner"] = "none"
|
||||||
evt.data["message"] ("Game over! All the villagers are dead, but the cult needed to sacrifice " +
|
evt.data["message"] = ("Game over! All the villagers are dead, but the cult needed to sacrifice " +
|
||||||
"the wolves to accomplish that. The cult disperses shortly thereafter, " +
|
"the wolves to accomplish that. The cult disperses shortly thereafter, " +
|
||||||
"and nobody wins.")
|
"and nobody wins.")
|
||||||
elif lrealwolves == 0:
|
elif lrealwolves == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user