From 592808d144eb4ec9f7e3b14d512cd8282703413f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 Apr 2024 04:18:44 +0200 Subject: [PATCH] increase pride award price to 1m to maintain its rarity --- 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 e3af38bd3..8c4d65d55 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -905,7 +905,7 @@ AWARDS = { "description": "Permanently glams up the recipient's name, showing lifelong support for the LGBTQIA+ community.", "icon": "fas fa-heart", "color": "text-purple", - "price": 200000, + "price": 1000000, "deflectable": True, "cosmetic": False, "ghost": False,