From 079ee9903ec2124df39a36c3023534c28f22261b Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 30 Aug 2023 19:11:09 +0300 Subject: [PATCH] better condition for house awards --- files/helpers/config/awards.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 1408f7ac0e..b10acd08c4 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -371,7 +371,7 @@ AWARDS = { "deflectable": True, "cosmetic": False, "ghost": False, - "enabled": SITE_NAME != 'rDrama', + "enabled": not FEATURES['HOUSES'], }, "sharpen": { "kind": "sharpen", @@ -383,7 +383,7 @@ AWARDS = { "deflectable": True, "cosmetic": False, "ghost": False, - "enabled": SITE_NAME != 'rDrama', + "enabled": not FEATURES['HOUSES'], }, "shit": { "kind": "shit", @@ -515,7 +515,7 @@ AWARDS = { "deflectable": True, "cosmetic": False, "ghost": False, - "enabled": SITE_NAME != 'rDrama', + "enabled": not FEATURES['HOUSES'], }, "flairlock": { "kind": "flairlock",