kill all the idlers at once so they all get stasis

This commit is contained in:
jacob1 2014-09-03 11:53:44 -04:00
parent f8574e1892
commit 8293dd3850

View File

@ -1698,8 +1698,8 @@ def reaper(cli, gameid):
var.ORIGINAL_ROLES[r].append("(dced)"+nck) var.ORIGINAL_ROLES[r].append("(dced)"+nck)
break break
make_stasis(nck, var.IDLE_STASIS_PENALTY) make_stasis(nck, var.IDLE_STASIS_PENALTY)
if not del_player(cli, nck, death_triggers = False): del_player(cli, nck, end_game = False, death_triggers = False)
return chk_win(cli)
pl = var.list_players() pl = var.list_players()
x = [a for a in to_warn if a in pl] x = [a for a in to_warn if a in pl]
if x: if x: