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",