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",