From c34150a2dfa08e27c79fcca64d383dba7a17c18f Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 22 Jun 2023 13:00:10 +0300 Subject: [PATCH] reduce beano award price from 1000 to 1 --- 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 2af82365be..41f574455f 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -312,6 +312,18 @@ AWARDS = { }, ### Standard + "beano": { + "kind": "beano", + "title": "Beano", + "description": "Award it to yourself to stop fart noises on the site.", + "icon": "fas fa-gas-pump-slash", + "color": "text-green", + "price": 1, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, "shit": { "kind": "shit", "title": "Shit", @@ -555,18 +567,6 @@ AWARDS = { "ghost": False, "enabled": True, }, - "beano": { - "kind": "beano", - "title": "Beano", - "description": "Stops you from embarrassing yourself with your flatulence", - "icon": "fas fa-gas-pump-slash", - "color": "text-green", - "price": 1000, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, "unpin": { "kind": "unpin", "title": "Unpin",