From c80e1ec9524460749ebbe9cc96ea61afd9977b94 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 21 May 2024 01:09:11 +0300 Subject: [PATCH] classify lootbox as cosmetic --- files/helpers/config/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,