From cc5a8db4e7ba243046a20494fac1df6581a72b9e Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 27 Jun 2023 20:25:25 +0300 Subject: [PATCH] reduce marsey award price from 3000 to 2000 --- files/helpers/config/awards.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index d41312d8c..6bb236ae1 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -639,6 +639,18 @@ AWARDS = { "ghost": False, "enabled": True, }, + "marsey": { + "kind": "marsey", + "title": "Marsey", + "description": "Makes the recipient unable to post/comment anything but marsey emojis for 24 hours.", + "icon": "fas fa-cat", + "color": "text-orange", + "price": 2000, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, "deflector": { "kind": "deflector", "title": "Deflector", @@ -651,18 +663,6 @@ AWARDS = { "ghost": False, "enabled": True, }, - "marsey": { - "kind": "marsey", - "title": "Marsey", - "description": "Makes the recipient unable to post/comment anything but marsey emojis for 24 hours.", - "icon": "fas fa-cat", - "color": "text-orange", - "price": 3000, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, "ban": { "kind": "ban", "title": "1-Day Ban",