Merge branch 'master' of https://github.com/Aevann1/Drama into snow
This commit is contained in:
commit
8d2bd37d90
2 changed files with 3 additions and 0 deletions
|
@ -720,6 +720,7 @@ AWARDS2 = {
|
||||||
"description": "???",
|
"description": "???",
|
||||||
"icon": "fas fa-angry",
|
"icon": "fas fa-angry",
|
||||||
"color": "text-green-500",
|
"color": "text-green-500",
|
||||||
|
"price": 1000
|
||||||
},
|
},
|
||||||
"lootbox": {
|
"lootbox": {
|
||||||
"kind": "lootbox",
|
"kind": "lootbox",
|
||||||
|
|
|
@ -99,6 +99,7 @@ def shop(v):
|
||||||
"description": "???",
|
"description": "???",
|
||||||
"icon": "fas fa-angry",
|
"icon": "fas fa-angry",
|
||||||
"color": "text-green-500",
|
"color": "text-green-500",
|
||||||
|
"price": 1000
|
||||||
},
|
},
|
||||||
"lootbox": {
|
"lootbox": {
|
||||||
"kind": "lootbox",
|
"kind": "lootbox",
|
||||||
|
@ -353,6 +354,7 @@ def buy(v, award):
|
||||||
"description": "???",
|
"description": "???",
|
||||||
"icon": "fas fa-angry",
|
"icon": "fas fa-angry",
|
||||||
"color": "text-green-500",
|
"color": "text-green-500",
|
||||||
|
"price": 1000
|
||||||
},
|
},
|
||||||
"lootbox": {
|
"lootbox": {
|
||||||
"kind": "lootbox",
|
"kind": "lootbox",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue