From 7164d1ccf861f9642d64acdbfa967b5693cc0d87 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 27 Jun 2023 17:18:36 +0300 Subject: [PATCH] reduce price of femboy, racist, edgy awards from 500 to 200 --- files/helpers/config/awards.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 51baf9827..334d683a9 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -488,7 +488,7 @@ AWARDS = { "description": "Makes the recipient's comments and posts in rainbow text for 24 hours.", "icon": "fas fa-cloud-rainbow", "color": "text-pink", - "price": 500, + "price": 200, "deflectable": True, "cosmetic": False, "ghost": False, @@ -500,7 +500,7 @@ AWARDS = { "description": "Adds a badass edge to all the user's comments for 24 hours.", "icon": "fas fa-fire", "color": "text-danger", - "price": 500, + "price": 200, "deflectable": True, "cosmetic": False, "ghost": False, @@ -823,7 +823,7 @@ HOUSE_AWARDS = { "description": "Makes the recipient's comments and posts in rainbow text for 24 hours.", "icon": "fas fa-cloud-rainbow", "color": "text-pink", - "price": 500, + "price": 200, "deflectable": True, "cosmetic": False, "ghost": False, @@ -845,7 +845,7 @@ HOUSE_AWARDS = { "description": "Checks the recipient's Early Life section on Wikipedia. Notices.", "icon": "fas fa-star-of-david", "color": "text-yellow", - "price": 500, + "price": 200, "deflectable": True, "cosmetic": False, "ghost": False, @@ -856,7 +856,7 @@ HOUSE_AWARDS = { "description": "Adds a badass edge to all the user's comments for 24 hours.", "icon": "fas fa-fire", "color": "text-danger", - "price": 500, + "price": 200, "deflectable": True, "cosmetic": False, "ghost": False,