From b5e814366ec5ba3c0632a69a722a9f9e6bb61387 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 23 Feb 2024 19:29:43 +0200 Subject: [PATCH] boost quad by 4 instead of 3 --- 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 a4881ca0b..8ad9618a5 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -158,7 +158,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): mul = PROGSTACK_MUL send_notification(AEVANN_ID, target.permalink) elif SITE == 'rdrama.net' and target.author_id == 29: - mul = 3 + mul = 4 elif target.author.progressivestack or (IS_HOMOWEEN() and target.author.zombie < 0) or target.author.admin_level >= PERMS['IS_PERMA_PROGSTACKED']: mul = 2 elif SITE == 'rdrama.net' and cls == Post: