diff --git a/files/routes/votes.py b/files/routes/votes.py index b18079ee2..c50afe5ab 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -87,7 +87,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): existing = existing.one_or_none() if SITE_NAME == 'WPD': - coin_mult *= 2 + coin_mult *= 4 if IS_EVENT(): coin_mult *= 2