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: