forked from MarseyWorld/MarseyWorld
parent
d22d60b5f7
commit
610e1fbada
|
@ -211,7 +211,7 @@ def distribute(v, option_id):
|
||||||
|
|
||||||
pool = 0
|
pool = 0
|
||||||
for o in post.options:
|
for o in post.options:
|
||||||
if o.exclusive == 2: pool += o.upvotes
|
if o.exclusive > 2: pool += o.upvotes
|
||||||
pool *= 200
|
pool *= 200
|
||||||
|
|
||||||
autojanny.coins -= pool
|
autojanny.coins -= pool
|
||||||
|
|
Loading…
Reference in New Issue