From be5ca2549d418af099c0339c80a56193102f0724 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 9 Aug 2024 15:00:57 +0300 Subject: [PATCH] increase EarlyLife price from 100 to 200 --- files/helpers/config/awards.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 25f6bddf2..820938c45 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -407,20 +407,6 @@ AWARDS = { }, ### Standard - "earlylife": { - "kind": "earlylife", - "title": "Early Life", - "description": "Checks the recipient's Early Life section on Wikipedia. Notices.", - "icon": "fas fa-star-of-david", - "color": "text-yellow", - "price": 100, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": lambda v:v.house and v.house.startswith('Racist'), - "negative": True, - "included_in_lootbox": False, - }, "beano": { "kind": "beano", "title": "Beano", @@ -477,6 +463,20 @@ AWARDS = { "negative": False, "included_in_lootbox": False, }, + "earlylife": { + "kind": "earlylife", + "title": "Early Life", + "description": "Checks the recipient's Early Life section on Wikipedia. Notices.", + "icon": "fas fa-star-of-david", + "color": "text-yellow", + "price": 200, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": lambda v:v.house and v.house.startswith('Racist'), + "negative": True, + "included_in_lootbox": False, + }, "rainbow": { "kind": "rainbow", "title": "Rainbow",