increase cosmetic awards price from 150 to 200

pull/124/head
Aevann 2023-02-18 16:27:09 +02:00
parent e5a336952e
commit 7c35e1d5a9
1 changed files with 10 additions and 10 deletions

View File

@ -317,7 +317,7 @@ AWARDS = {
"description": "Makes flies swarm the post.",
"icon": "fas fa-poop",
"color": "text-black-50",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -329,7 +329,7 @@ AWARDS = {
"description": "Makes fireflies swarm the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -341,7 +341,7 @@ AWARDS = {
"description": "Summons a train on the post.",
"icon": "fas fa-train",
"color": "text-pink",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -353,7 +353,7 @@ AWARDS = {
"description": "Summons a scooter on the post.",
"icon": "fas fa-flag-usa",
"color": "text-muted",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -365,7 +365,7 @@ AWARDS = {
"description": "Summons a wholesome marsey on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -377,7 +377,7 @@ AWARDS = {
"description": "Summons fireworks on the post.",
"icon": "fas fa-bahai",
"color": "text-danger",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -389,7 +389,7 @@ AWARDS = {
"description": "Summons confetti to fall on the post.",
"icon": "fas fa-party-horn",
"color": "text-yellow",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -401,7 +401,7 @@ AWARDS = {
"description": "Summons Ricardo to dance on the post.",
"icon": "fas fa-pinata",
"color": "text-pink",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -413,7 +413,7 @@ AWARDS = {
"description": "Tilts the post or comment",
"icon": "fas fa-car-tilt",
"color": "text-blue",
"price": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -425,7 +425,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": 150,
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,