x3 instead of x2 during bday

master
Aevann 2024-05-20 21:53:49 +03:00
parent 96bc42b461
commit fb5f8422bd
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,9 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
if SITE_NAME == 'WPD':
coin_mult *= 4
if IS_EVENT():
if IS_BDAY():
coin_mult *= 3
elif IS_EVENT():
coin_mult *= 2
if IS_HOMOWEEN() and target.author.zombie > 0: