From 4d299611dffdbb0039fed6f3cd0267f89310a9a9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 21 May 2024 01:14:38 +0300 Subject: [PATCH] make lootbox cheaper --- 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 82cc4ab85..9aaf04b81 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -99,7 +99,7 @@ AWARDS = { "description": "???", "icon": "fas fa-box-open", "color": "text-blue", - "price": 300 if IS_FISTMAS() else 1000, + "price": 300 if IS_FISTMAS() else 800, "deflectable": True, "cosmetic": True, "ghost": False,