diff --git a/files/routes/votes.py b/files/routes/votes.py index 2dc031395..30214740a 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -136,6 +136,8 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): elif cls == Post and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in str(target.url).lower() for i in ENCOURAGED2)): mul = PROGSTACK_MUL send_notification(AEVANN_ID, target.permalink) + elif SITE == 'rdrama.net' and target.author_id == 29: + mul = 3 elif target.author.progressivestack or target.author.admin_level >= PERMS['IS_PERMA_PROGSTACKED']: mul = 2 elif SITE == 'rdrama.net' and cls == Post: