From 0b5d544b5033ed2b1948cc00802c0d97cf8d6969 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 25 Oct 2023 04:03:00 +0300 Subject: [PATCH] increased upsidedown price from 800 to 1000 --- 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 5df63546f..9272907e3 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -383,7 +383,7 @@ AWARDS = { "description": "???", "icon": "fas fa-trees", "color": "", - "price": 800, + "price": 1000, "deflectable": False, "cosmetic": True, "ghost": True,