From f1183dca36b8ad7d93358a9db74721844a16ece4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Mar 2022 20:15:25 +0200 Subject: [PATCH] fsd --- files/helpers/const.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 004641f26e..26eb29f3d1 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -438,6 +438,14 @@ AWARDS = { "color": "text-purple", "price": 2500 }, + "deflector": { + "kind": "deflector", + "title": "Deflector", + "description": "Causes most awards received for the next 10 hours to be deflected back at their giver.", + "icon": "fas fa-shield", + "color": "text-pink", + "price": 2750 + }, "marsey": { "kind": "marsey", "title": "Marsey", @@ -470,14 +478,6 @@ AWARDS = { "color": "text-blue", "price": 4000 }, - "deflector": { - "kind": "deflector", - "title": "Deflector", - "description": "Causes most awards received for the next 10 hours to be deflected back at their giver.", - "icon": "fas fa-shield", - "color": "text-pink", - "price": 7000 - }, "grass": { "kind": "grass", "title": "Grass",