diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 0af487206..274f94a75 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -354,7 +354,7 @@ AWARDS = { "description": "Makes flies swarm the post.", "icon": "fas fa-poop", "color": "text-black-50", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True, @@ -366,7 +366,7 @@ AWARDS = { "description": "Makes fireflies swarm the post.", "icon": "fas fa-sparkles", "color": "text-warning", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True, @@ -378,7 +378,7 @@ AWARDS = { "description": "Summons a train on the post.", "icon": "fas fa-train", "color": "text-pink", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True, @@ -390,7 +390,7 @@ AWARDS = { "description": "Summons a scooter on the post.", "icon": "fas fa-flag-usa", "color": "text-muted", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True, @@ -402,7 +402,7 @@ AWARDS = { "description": "Summons a wholesome marsey on the post.", "icon": "fas fa-smile-beam", "color": "text-yellow", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True, @@ -414,7 +414,7 @@ AWARDS = { "description": "Summons fireworks on the post.", "icon": "fas fa-bahai", "color": "text-danger", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True, @@ -426,7 +426,7 @@ AWARDS = { "description": "Summons Ricardo to dance on the post.", "icon": "fas fa-pinata", "color": "text-pink", - "price": 400, + "price": 300, "deflectable": False, "cosmetic": True, "ghost": True,