From 3a83e8f4c8fb389ec0efb794d7db1d607409d7d2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Sep 2022 05:11:17 +0200 Subject: [PATCH] enable hats on all sites --- files/helpers/const.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 331a4f1aa..a4339ecf4 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -147,7 +147,7 @@ FEATURES = { 'COUNTRY_CLUB': True, 'PRONOUNS': False, 'BADGES': True, - 'HATS': False, + 'HATS': True, 'HOUSES': False, 'GAMBLING': True, 'WORDLE': True, @@ -220,7 +220,6 @@ HAT_THREAD = 0 if SITE == 'rdrama.net': FEATURES['PRONOUNS'] = True - FEATURES['HATS'] = True FEATURES['HOUSES'] = True SIDEBAR_THREAD = 37696 @@ -322,7 +321,6 @@ elif SITE == 'watchpeopledie.co': MARSEY_THREAD = 5743 else: # localhost or testing environment implied FEATURES['PRONOUNS'] = True - FEATURES['HATS'] = True FEATURES['HOUSES'] = True if CARP_ID: GIFT_NOTIF_ID = CARP_ID