Fix impatience totem allowing votes while dead

This commit is contained in:
Skizzerz 2014-08-05 23:22:01 -05:00
parent 8b49e1c0c8
commit 5a5c8fbb50

View File

@ -784,7 +784,7 @@ def chk_decision(cli, force = ""):
for votee, voters in votelist.items():
numvotes = 0
for v in var.IMPATIENT:
if v not in voters and v != votee:
if v in pl and v not in voters and v != votee:
voters.append(v)
for v in voters:
weight = 1