From ee315f236b30b9fc00a18b1f7084bdd5d564a5e4 Mon Sep 17 00:00:00 2001 From: TLSM Date: Wed, 2 Nov 2022 15:20:26 -0400 Subject: [PATCH] Revert "reduce chud award price from 2500 to 500" This reverts commit e794eb93a78ae3effa46221d5c7f4427c094e5f2. --- files/helpers/const.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 9664cd8e84..0188d047a5 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -823,15 +823,6 @@ AWARDS = { "price": 150, "deflectable": False }, - "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, - "deflectable": True - }, "rehab": { "kind": "rehab", "title": "Rehab", @@ -931,6 +922,15 @@ AWARDS = { "price": 2000, "deflectable": True }, + "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, + "deflectable": True + }, "deflector": { "kind": "deflector", "title": "Deflector",