forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-18 21:19:53 +02:00
parent e09ea194bf
commit 262f4c9ae2
1 changed files with 4 additions and 4 deletions

View File

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