From 4380afb8b23dcf519dbda8a7d3f39456ae32685e Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Jun 2023 13:41:49 +0300 Subject: [PATCH] increase the price of non-event cosmetic awards from 200 to 500 --- files/helpers/config/awards.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 712438c45..cb19a11b3 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -342,7 +342,7 @@ AWARDS = { "description": "Makes flies swarm the post.", "icon": "fas fa-poop", "color": "text-black-50", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -354,7 +354,7 @@ AWARDS = { "description": "Makes fireflies swarm the post.", "icon": "fas fa-sparkles", "color": "text-warning", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -366,7 +366,7 @@ AWARDS = { "description": "Summons a train on the post.", "icon": "fas fa-train", "color": "text-pink", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -378,7 +378,7 @@ AWARDS = { "description": "Summons a scooter on the post.", "icon": "fas fa-flag-usa", "color": "text-muted", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -390,7 +390,7 @@ AWARDS = { "description": "Summons a wholesome marsey on the post.", "icon": "fas fa-smile-beam", "color": "text-yellow", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -402,7 +402,7 @@ AWARDS = { "description": "Summons fireworks on the post.", "icon": "fas fa-bahai", "color": "text-danger", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -414,7 +414,7 @@ AWARDS = { "description": "Summons Ricardo to dance on the post.", "icon": "fas fa-pinata", "color": "text-pink", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -426,7 +426,7 @@ AWARDS = { "description": "Tilts the post or comment", "icon": "fas fa-car-tilt", "color": "text-blue", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -438,7 +438,7 @@ AWARDS = { "description": "Indicates that the recipient can be seen when driving. Just run them over.", "icon": "fas fa-user-secret", "color": "text-green", - "price": 200, + "price": 500, "deflectable": False, "cosmetic": True, "ghost": True, @@ -450,7 +450,7 @@ AWARDS = { "description": "Summons a spider to terrorize the recipient for 24 hours.", "icon": "fas fa-spider", "color": "text-brown", - "price": 300, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False, @@ -462,7 +462,7 @@ AWARDS = { "description": "Marsifies the recipient's comments for 24 hours.", "icon": "fas fa-cat", "color": "text-white", - "price": 300, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False,