From e5a336952e3b7edfa503aeeb50bd8dc15d2824ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Feb 2023 16:26:23 +0200 Subject: [PATCH] increase marsify price from 300 to 500 --- 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 330385542..8459b8229 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -437,7 +437,7 @@ AWARDS = { "description": "Marsifies the recipient's comments for 24 hours.", "icon": "fas fa-cat", "color": "text-white", - "price": 300, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False,