From 148315b7763e9eeac2447853add3ca7d9ce6f0e1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 14 Jul 2024 03:22:10 +0300 Subject: [PATCH] temp x2 coins in rdrama --- files/routes/votes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/votes.py b/files/routes/votes.py index 3bd4c69f8..fb1b67ea2 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -68,7 +68,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): if IS_BDAY(): coin_mult *= 3 - elif IS_EVENT(): + elif IS_EVENT() or SITE_NAME == 'rDrama': coin_mult *= 2 if IS_HOMOWEEN() and target.author.zombie > 0: