From 8293dd38508c23fafd484644180a45bd3d2d6f5e Mon Sep 17 00:00:00 2001 From: jacob1 Date: Wed, 3 Sep 2014 11:53:44 -0400 Subject: [PATCH] kill all the idlers at once so they all get stasis --- modules/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 6fa791c..867233f 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1698,8 +1698,8 @@ def reaper(cli, gameid): var.ORIGINAL_ROLES[r].append("(dced)"+nck) break make_stasis(nck, var.IDLE_STASIS_PENALTY) - if not del_player(cli, nck, death_triggers = False): - return + del_player(cli, nck, end_game = False, death_triggers = False) + chk_win(cli) pl = var.list_players() x = [a for a in to_warn if a in pl] if x: