From cced90ea97d32913e4ce1c6e94bd1c91c32d519f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 29 Oct 2023 01:12:31 +0300 Subject: [PATCH] make 23629 immune to negative awards temporarily in case her alts gets linked again --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index e7aca10204..9f065ec7d2 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -637,7 +637,7 @@ if SITE in {'rdrama.net', 'staging.rdrama.net'}: AEVANN_ID = 1 LAWLZ_ID = 3833 - IMMUNE_TO_NEGATIVE_AWARDS = {PIZZASHILL_ID, CARP_ID} + IMMUNE_TO_NEGATIVE_AWARDS = {PIZZASHILL_ID, CARP_ID, 23629} NOTIFIED_USERS = { 'aevan': AEVANN_ID,