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,
"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",