diff --git a/files/routes/votes.py b/files/routes/votes.py index 2342d813b..7616a46a8 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -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: