reorder award and fix pricing

pull/227/head
Aevann 2024-05-21 00:58:38 +03:00
parent 2703c3171a
commit ad61345cb9
1 changed files with 15 additions and 17 deletions

View File

@ -392,22 +392,6 @@ AWARDS = {
"included_in_lootbox": False,
},
### Birthday
"confetti": {
"kind": "confetti",
"title": "Confetti",
"description": "Summons confetti to fall on the post.",
"icon": "fas fa-party-horn",
"color": "text-yellow",
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": True,
"negative": False,
"included_in_lootbox": False,
},
### Standard
"beano": {
"kind": "beano",
@ -457,7 +441,7 @@ AWARDS = {
"description": "Summons a moving emoji on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 200,
"price": 100,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -465,6 +449,20 @@ AWARDS = {
"negative": False,
"included_in_lootbox": False,
},
"confetti": {
"kind": "confetti",
"title": "Confetti",
"description": "Summons confetti to fall on the post.",
"icon": "fas fa-party-horn",
"color": "text-yellow",
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": True,
"negative": False,
"included_in_lootbox": False,
},
"shit": {
"kind": "shit",
"title": "Shit",