diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index e916deac7..5edc9cd14 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -483,6 +483,18 @@ AWARDS = { "ghost": False, "enabled": True, }, + "flairlock": { + "kind": "flairlock", + "title": "1-Day Flairlock", + "description": "Sets a flair for the recipient and locks it for 24 hours.", + "icon": "fas fa-lock", + "color": "text-black", + "price": 500, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, "agendaposter": { "kind": "agendaposter", "title": "Chud", @@ -531,18 +543,6 @@ AWARDS = { "ghost": True, "enabled": True, }, - "flairlock": { - "kind": "flairlock", - "title": "1-Day Flairlock", - "description": "Sets a flair for the recipient and locks it for 24 hours.", - "icon": "fas fa-lock", - "color": "text-black", - "price": 1000, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, "pin": { "kind": "pin", "title": "Pin",