From a167059ab886a8f9e1be4a11f9b971976546d23d Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Feb 2023 16:24:55 +0200 Subject: [PATCH] increase house awards price from 400 to 500 --- files/helpers/config/awards.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 13c99db56..330385542 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -774,7 +774,7 @@ HOUSE_AWARDS = { "description": "OwOifies the recipient's comments for 6 hours.", "icon": "fas fa-paw-simple", "color": "text-purple", - "price": 400, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False, @@ -785,7 +785,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": 400, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False, @@ -796,7 +796,7 @@ HOUSE_AWARDS = { "description": "Turns the recipient into a vampire for 2 days.", "icon": "fas fa-bat", "color": "text-gray", - "price": 400, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False, @@ -807,7 +807,7 @@ HOUSE_AWARDS = { "description": "Checks the recipient's Early Life section on Wikipedia. Notices.", "icon": "fas fa-star-of-david", "color": "text-yellow", - "price": 400, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False,