diff --git a/files/helpers/const.py b/files/helpers/const.py index 00e7890545..d4b1133791 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -408,7 +408,7 @@ AWARDS = { "description": "Makes flies swarm the post.", "icon": "fas fa-poop", "color": "text-black-50", - "price": 300 + "price": 500 }, "fireflies": { "kind": "fireflies", @@ -416,7 +416,7 @@ AWARDS = { "description": "Makes fireflies swarm the post.", "icon": "fas fa-sparkles", "color": "text-warning", - "price": 300 + "price": 500 }, "train": { "kind": "train", @@ -424,7 +424,7 @@ AWARDS = { "description": "Summons a train on the post.", "icon": "fas fa-train", "color": "text-pink", - "price": 300 + "price": 500 }, "scooter": { "kind": "scooter", @@ -432,7 +432,7 @@ AWARDS = { "description": "Summons a scooter on the post.", "icon": "fas fa-flag-usa", "color": "text-muted", - "price": 300 + "price": 500 }, "wholesome": { "kind": "wholesome", @@ -440,7 +440,7 @@ AWARDS = { "description": "Summons a wholesome marsey on the post.", "icon": "fas fa-smile-beam", "color": "text-yellow", - "price": 300 + "price": 500 }, "firework": { "kind": "firework", @@ -448,7 +448,7 @@ AWARDS = { "description": "Summons fireworks on the post.", "icon": "fas fa-bahai", "color": "text-danger", - "price": 300 + "price": 500 }, "confetti": { "kind": "confetti", @@ -456,7 +456,7 @@ AWARDS = { "description": "Summons confetti to fall on the post.", "icon": "fas fa-party-horn", "color": "text-yellow", - "price": 300 + "price": 500 }, "ricardo": { "kind": "ricardo", @@ -472,7 +472,7 @@ AWARDS = { "description": "Tilts the post or comment", "icon": "fas fa-car-tilt", "color": "text-blue", - "price": 300 + "price": 500 }, "glowie": { "kind": "glowie", @@ -480,7 +480,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": 300 + "price": 500 }, "rehab": { "kind": "rehab",