remotes/1693045480750635534/spooky-22
Aevann1 2021-11-19 23:05:57 +02:00
parent 07d560480d
commit 2d8d0b9fab
2 changed files with 34 additions and 34 deletions

View File

@ -200,14 +200,6 @@ AWARDS = {
"color": "text-black",
"price": 1000
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"price": 1000
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
@ -216,6 +208,14 @@ AWARDS = {
"color": "text-black",
"price": 1250
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"price": 1500
},
"agendaposter": {
"kind": "agendaposter",
"title": "Agendaposter",
@ -388,14 +388,6 @@ AWARDS2 = {
"color": "text-black",
"price": 1000
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"price": 1000
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
@ -404,6 +396,14 @@ AWARDS2 = {
"color": "text-black",
"price": 1250
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"price": 1500
},
"agendaposter": {
"kind": "agendaposter",
"title": "Agendaposter",

View File

@ -98,16 +98,6 @@ def shop(v):
"price": 1000,
"MB": True
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"owned": 0,
"price": 1000,
"MB": True
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
@ -118,6 +108,16 @@ def shop(v):
"price": 1250,
"MB": True
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"owned": 0,
"price": 1500,
"MB": True
},
"agendaposter": {
"kind": "agendaposter",
"title": "Agendaposter",
@ -274,14 +274,6 @@ def buy(v, award):
"color": "text-black",
"price": 1000
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"price": 1000,
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
@ -290,6 +282,14 @@ def buy(v, award):
"color": "text-black",
"price": 1250
},
"pizzashill": {
"kind": "pizzashill",
"title": "Pizzashill",
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
"icon": "fas fa-pizza-slice",
"color": "text-orange",
"price": 1500,
},
"agendaposter": {
"kind": "agendaposter",
"title": "Agendaposter",