Tweak "no players remaining" message
"Nobody wins." sounds awkward IMO, and it's quite obvious anyway.
This commit is contained in:
parent
f56e9344cf
commit
528e484937
@ -2207,7 +2207,7 @@ def chk_win(cli, end_game = True):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if lpl < 1:
|
if lpl < 1:
|
||||||
message = "Game over! There are no players remaining. Nobody wins."
|
message = "Game over! There are no players remaining."
|
||||||
winner = "none"
|
winner = "none"
|
||||||
elif lwolves == lpl / 2:
|
elif lwolves == lpl / 2:
|
||||||
if monsters > 0:
|
if monsters > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user