impatience totem no longer affects self-vote
This commit is contained in:
parent
bfc182dc28
commit
f4ef8ed55b
@ -774,7 +774,7 @@ def chk_decision(cli, force = ""):
|
||||
for votee, voters in list(var.VOTES.items()):
|
||||
numvotes = 0
|
||||
for v in var.IMPATIENT:
|
||||
if v not in voters:
|
||||
if 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