diff --git a/files/helpers/const.py b/files/helpers/const.py index ecd2179a84..aa8b2bf0d1 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -626,7 +626,7 @@ AWARDS = { "description": "Makes flies swarm the post.", "icon": "fas fa-poop", "color": "text-black-50", - "price": 500 + "price": 300 }, "fireflies": { "kind": "fireflies", @@ -634,7 +634,7 @@ AWARDS = { "description": "Makes fireflies swarm the post.", "icon": "fas fa-sparkles", "color": "text-warning", - "price": 500 + "price": 300 }, "train": { "kind": "train", @@ -642,7 +642,7 @@ AWARDS = { "description": "Summons a train on the post.", "icon": "fas fa-train", "color": "text-pink", - "price": 500 + "price": 300 }, "scooter": { "kind": "scooter", @@ -650,7 +650,7 @@ AWARDS = { "description": "Summons a scooter on the post.", "icon": "fas fa-flag-usa", "color": "text-muted", - "price": 500 + "price": 300 }, "wholesome": { "kind": "wholesome", @@ -658,7 +658,7 @@ AWARDS = { "description": "Summons a wholesome marsey on the post.", "icon": "fas fa-smile-beam", "color": "text-yellow", - "price": 500 + "price": 300 }, "firework": { "kind": "firework", @@ -666,7 +666,7 @@ AWARDS = { "description": "Summons fireworks on the post.", "icon": "fas fa-bahai", "color": "text-danger", - "price": 500 + "price": 300 }, "confetti": { "kind": "confetti", @@ -674,7 +674,7 @@ AWARDS = { "description": "Summons confetti to fall on the post.", "icon": "fas fa-party-horn", "color": "text-yellow", - "price": 500 + "price": 300 }, "ricardo": { "kind": "ricardo", @@ -682,7 +682,7 @@ AWARDS = { "description": "Summons Ricardo to dance on the post.", "icon": "fas fa-pinata", "color": "text-pink", - "price": 500 + "price": 300 }, "tilt": { "kind": "tilt", @@ -690,7 +690,7 @@ AWARDS = { "description": "Tilts the post or comment", "icon": "fas fa-car-tilt", "color": "text-blue", - "price": 500 + "price": 300 }, "glowie": { "kind": "glowie", @@ -698,7 +698,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": 500 + "price": 300 }, "rehab": { "kind": "rehab", @@ -931,7 +931,7 @@ if SITE_NAME == 'PCM': "description": "Summons Croag on the post.", "icon": "fas fa-head-side", "color": "text-gold", - "price": 500 + "price": 300 }, "toe": { "kind": "toe", @@ -939,7 +939,7 @@ if SITE_NAME == 'PCM': "description": "Summons Blade's toe on the post.", "icon": "fas fa-socks", "color": "text-blue", - "price": 500 + "price": 300 }, "crab": { "kind": "crab",