This commit is contained in:
Aevann1 2021-11-18 21:19:53 +02:00
parent e5d8969023
commit 5d66bf5323

View file

@ -156,7 +156,7 @@ def shop(v):
"color": "text-success", "color": "text-success",
"owned": 0, "owned": 0,
"price": 10000, "price": 10000,
"MB": True "MB": False
}, },
"eye": { "eye": {
"kind": "eye", "kind": "eye",
@ -166,7 +166,7 @@ def shop(v):
"color": "text-silver", "color": "text-silver",
"owned": 0, "owned": 0,
"price": 10000, "price": 10000,
"MB": True "MB": False
}, },
"pause": { "pause": {
"kind": "pause", "kind": "pause",
@ -176,7 +176,7 @@ def shop(v):
"color": "text-danger", "color": "text-danger",
"owned": 0, "owned": 0,
"price": 20000, "price": 20000,
"MB": True "MB": False
}, },
"unpausable": { "unpausable": {
"kind": "unpausable", "kind": "unpausable",
@ -186,7 +186,7 @@ def shop(v):
"color": "text-success", "color": "text-success",
"owned": 0, "owned": 0,
"price": 40000, "price": 40000,
"MB": True "MB": False
}, },
} }