From 528e484937f9ea955d680060738f3ec696dda623 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 6 Apr 2015 14:48:36 +0200 Subject: [PATCH] Tweak "no players remaining" message "Nobody wins." sounds awkward IMO, and it's quite obvious anyway. --- src/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 21c0459..5b2d6c1 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -2207,7 +2207,7 @@ def chk_win(cli, end_game = True): pass if lpl < 1: - message = "Game over! There are no players remaining. Nobody wins." + message = "Game over! There are no players remaining." winner = "none" elif lwolves == lpl / 2: if monsters > 0: