From da633f54a0ee4f90559161979b03600b2dc6328e Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 10 Oct 2023 21:09:51 +0300 Subject: [PATCH] disable grinch awards on wpd (pointless" --- files/helpers/config/awards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index b885ad6c0..4e99625d2 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -180,7 +180,7 @@ AWARDS = { "deflectable": True, "cosmetic": False, "ghost": False, - "enabled": IS_FISTMAS(), + "enabled": IS_FISTMAS() and SITE_NAME != "WPD", "positive": True, }, @@ -365,7 +365,7 @@ AWARDS = { "deflectable": True, "cosmetic": False, "ghost": False, - "enabled": IS_HOMOWEEN(), + "enabled": IS_HOMOWEEN() and SITE_NAME != "WPD", "positive": True, },