remotes/1693045480750635534/spooky-22
Aevann1 2021-11-01 20:28:23 +02:00
parent 06e910b456
commit 01236392cf
2 changed files with 0 additions and 14 deletions

View File

@ -254,7 +254,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fas fa-book-dead", "icon": "fas fa-book-dead",
"color": "text-warning", "color": "text-warning",
"owned": 0,
"price": 500 "price": 500
}, },
"upsidedown": { "upsidedown": {
@ -263,7 +262,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fad fa-lights-holiday", "icon": "fad fa-lights-holiday",
"color": "", "color": "",
"owned": 0,
"price": 400 "price": 400
}, },
"stab": { "stab": {
@ -272,7 +270,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fas fa-knife-kitchen", "icon": "fas fa-knife-kitchen",
"color": "text-red", "color": "text-red",
"owned": 0,
"price": 300 "price": 300
}, },
"ghosts": { "ghosts": {
@ -281,7 +278,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fas fa-ghost", "icon": "fas fa-ghost",
"color": "text-white", "color": "text-white",
"owned": 0,
"price": 200 "price": 200
}, },
"spiders": { "spiders": {
@ -290,7 +286,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fas fa-spider", "icon": "fas fa-spider",
"color": "text-black", "color": "text-black",
"owned": 0,
"price": 200 "price": 200
}, },
"fog": { "fog": {
@ -299,7 +294,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fas fa-smoke", "icon": "fas fa-smoke",
"color": "text-gray", "color": "text-gray",
"owned": 0,
"price": 200 "price": 200
}, },
"lootbox": { "lootbox": {
@ -308,7 +302,6 @@ if SITE_NAME == "Drama":
"description": "???", "description": "???",
"icon": "fas fa-treasure-chest", "icon": "fas fa-treasure-chest",
"color": "text-orange", "color": "text-orange",
"owned": 0,
"price": 1000 "price": 1000
}, },
} }

View File

@ -431,7 +431,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fas fa-book-dead", "icon": "fas fa-book-dead",
"color": "text-warning", "color": "text-warning",
"owned": 0,
"price": 500 "price": 500
}, },
"upsidedown": { "upsidedown": {
@ -440,7 +439,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fad fa-lights-holiday", "icon": "fad fa-lights-holiday",
"color": "", "color": "",
"owned": 0,
"price": 400 "price": 400
}, },
"stab": { "stab": {
@ -449,7 +447,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fas fa-knife-kitchen", "icon": "fas fa-knife-kitchen",
"color": "text-red", "color": "text-red",
"owned": 0,
"price": 300 "price": 300
}, },
"ghosts": { "ghosts": {
@ -458,7 +455,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fas fa-ghost", "icon": "fas fa-ghost",
"color": "text-white", "color": "text-white",
"owned": 0,
"price": 200 "price": 200
}, },
"spiders": { "spiders": {
@ -467,7 +463,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fas fa-spider", "icon": "fas fa-spider",
"color": "text-black", "color": "text-black",
"owned": 0,
"price": 200 "price": 200
}, },
"fog": { "fog": {
@ -476,7 +471,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fas fa-smoke", "icon": "fas fa-smoke",
"color": "text-gray", "color": "text-gray",
"owned": 0,
"price": 200 "price": 200
}, },
"lootbox": { "lootbox": {
@ -485,7 +479,6 @@ def buy(v, award):
"description": "???", "description": "???",
"icon": "fas fa-treasure-chest", "icon": "fas fa-treasure-chest",
"color": "text-orange", "color": "text-orange",
"owned": 0,
"price": 1000 "price": 1000
}, },
} }