From 562388de651a0b52154301eef6691b6eb93d92da Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 25 Apr 2023 06:38:43 +0200 Subject: [PATCH] reduce flairlock price from 1000 to 500 --- 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 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",