forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-18 23:08:57 +02:00
parent 3e2c1ca32d
commit 41fba944fc
2 changed files with 4 additions and 4 deletions

View File

@ -201,7 +201,7 @@ AWARDS = {
"kind": "pizzashill", "kind": "pizzashill",
"title": "Longpost", "title": "Longpost",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza", "icon": "fas fa-pizza-slice",
"color": "text-orange", "color": "text-orange",
"price": 1000 "price": 1000
}, },
@ -389,7 +389,7 @@ AWARDS2 = {
"kind": "pizzashill", "kind": "pizzashill",
"title": "Longpost", "title": "Longpost",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza", "icon": "fas fa-pizza-slice",
"color": "text-orange", "color": "text-orange",
"price": 1000 "price": 1000
}, },

View File

@ -102,7 +102,7 @@ def shop(v):
"kind": "pizzashill", "kind": "pizzashill",
"title": "Longpost", "title": "Longpost",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza", "icon": "fas fa-pizza-slice",
"color": "text-orange", "color": "text-orange",
"owned": 0, "owned": 0,
"price": 1000, "price": 1000,
@ -278,7 +278,7 @@ def buy(v, award):
"kind": "pizzashill", "kind": "pizzashill",
"title": "Longpost", "title": "Longpost",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza", "icon": "fas fa-pizza-slice",
"color": "text-orange", "color": "text-orange",
"price": 1000, "price": 1000,
}, },