diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 419481aae..82cc4ab85 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -101,7 +101,7 @@ AWARDS = { "color": "text-blue", "price": 300 if IS_FISTMAS() else 1000, "deflectable": True, - "cosmetic": False, + "cosmetic": True, "ghost": False, "enabled": IS_EVENT(), "negative": False,