forked from rDrama/rDrama
1
0
Fork 0

reduce comsetic award prices from 400 to 300

master
Aevann 2023-07-30 08:08:30 +03:00
parent 37978a0948
commit 852309cd29
1 changed files with 7 additions and 7 deletions

View File

@ -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,