Fix impatience totem allowing votes while dead
This commit is contained in:
parent
8b49e1c0c8
commit
5a5c8fbb50
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user