boost quad by x3

master
Aevann 2023-09-09 17:24:12 +03:00
parent bbe0ed3abb
commit 5a60a6783e
1 changed files with 2 additions and 0 deletions

View File

@ -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: