From 4f491d5ef7a321afa8b53c7086e66b0d9707e698 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Nov 2022 21:08:25 +0200 Subject: [PATCH] reduce chud award cost from 2500 to 1000 (but not advertising that this time) --- files/helpers/const.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 90b00d62e..2df01c7ca 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -942,6 +942,16 @@ AWARDS = { "deflectable": True, "cosmetic": False }, + "agendaposter": { + "kind": "agendaposter", + "title": "Chud", + "description": "Chuds the recipient for 24 hours.", + "icon": "fas fa-snooze", + "color": "text-purple", + "price": 1000, + "deflectable": True, + "cosmetic": False + }, "offsitementions": { "kind": "offsitementions", "title": "Y'all Seein' Eye", @@ -1042,16 +1052,6 @@ AWARDS = { "deflectable": True, "cosmetic": False }, - "agendaposter": { - "kind": "agendaposter", - "title": "Chud", - "description": "Chuds the recipient for 24 hours.", - "icon": "fas fa-snooze", - "color": "text-purple", - "price": 2500, - "deflectable": True, - "cosmetic": False - }, "deflector": { "kind": "deflector", "title": "Deflector",