disable grinch awards on wpd (pointless"

pull/213/head
Aevann 2023-10-10 21:09:51 +03:00
parent f3374e0222
commit da633f54a0
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},