forked from MarseyWorld/MarseyWorld
sdffsd
parent
3e2c1ca32d
commit
41fba944fc
|
@ -201,7 +201,7 @@ AWARDS = {
|
|||
"kind": "pizzashill",
|
||||
"title": "Longpost",
|
||||
"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",
|
||||
"price": 1000
|
||||
},
|
||||
|
@ -389,7 +389,7 @@ AWARDS2 = {
|
|||
"kind": "pizzashill",
|
||||
"title": "Longpost",
|
||||
"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",
|
||||
"price": 1000
|
||||
},
|
||||
|
|
|
@ -102,7 +102,7 @@ def shop(v):
|
|||
"kind": "pizzashill",
|
||||
"title": "Longpost",
|
||||
"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",
|
||||
"owned": 0,
|
||||
"price": 1000,
|
||||
|
@ -278,7 +278,7 @@ def buy(v, award):
|
|||
"kind": "pizzashill",
|
||||
"title": "Longpost",
|
||||
"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",
|
||||
"price": 1000,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue