pull/225/head
Aevann 2024-03-15 03:13:50 +02:00
parent d066d2aad5
commit 152c9f52f6
1 changed files with 2 additions and 2 deletions

View File

@ -157,9 +157,9 @@ 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 = 4
elif cls == Post and (target.effortpost or target.hole in GIGABOOSTED_HOLES):
mul = 5
elif SITE == 'rdrama.net' and target.author_id == 29:
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