From e794eb93a78ae3effa46221d5c7f4427c094e5f2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Oct 2022 19:12:33 +0200 Subject: [PATCH] reduce chud award price from 2500 to 500 --- 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 a07d1103e..b059030bb 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -786,6 +786,14 @@ AWARDS = { "color": "text-green", "price": 150 }, + "agendaposter": { + "kind": "agendaposter", + "title": "Chud", + "description": "Forces the chud theme on the recipient for 24 hours.", + "icon": "fas fa-snooze", + "color": "text-purple", + "price": 500 + }, "rehab": { "kind": "rehab", "title": "Rehab", @@ -874,14 +882,6 @@ AWARDS = { "color": "text-brown", "price": 2000 }, - "agendaposter": { - "kind": "agendaposter", - "title": "Chud", - "description": "Forces the chud theme on the recipient for 24 hours.", - "icon": "fas fa-snooze", - "color": "text-purple", - "price": 2500 - }, "deflector": { "kind": "deflector", "title": "Deflector",