From 8a2f593186aa6879ddfb31b3cacfc4daae41ce1d Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 10 Aug 2023 18:52:21 +0300 Subject: [PATCH] increase chud price to 1500, its rly fucking annoying --- 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 274f94a757..a01bb088f8 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -543,18 +543,6 @@ AWARDS = { "ghost": False, "enabled": True, }, - "chud": { - "kind": "chud", - "title": "Chud", - "description": "Chuds the recipient for 24 hours.", - "icon": "fas fa-snooze", - "color": "text-purple", - "price": 1000, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, "queen": { "kind": "queen", "title": "Queen", @@ -591,6 +579,18 @@ AWARDS = { "ghost": True, "enabled": True, }, + "chud": { + "kind": "chud", + "title": "Chud", + "description": "Chuds the recipient for 24 hours.", + "icon": "fas fa-snooze", + "color": "text-purple", + "price": 1000, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, "pin": { "kind": "pin", "title": "Pin",