forked from rDrama/rDrama
1
0
Fork 0

better condition for house awards

master
Aevann 2023-08-30 19:11:09 +03:00
parent 85e43ae022
commit 079ee9903e
1 changed files with 3 additions and 3 deletions

View File

@ -371,7 +371,7 @@ AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": SITE_NAME != 'rDrama', "enabled": not FEATURES['HOUSES'],
}, },
"sharpen": { "sharpen": {
"kind": "sharpen", "kind": "sharpen",
@ -383,7 +383,7 @@ AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": SITE_NAME != 'rDrama', "enabled": not FEATURES['HOUSES'],
}, },
"shit": { "shit": {
"kind": "shit", "kind": "shit",
@ -515,7 +515,7 @@ AWARDS = {
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": SITE_NAME != 'rDrama', "enabled": not FEATURES['HOUSES'],
}, },
"flairlock": { "flairlock": {
"kind": "flairlock", "kind": "flairlock",