Merge branch 'master' of https://github.com/Aevann1/Drama into snow

This commit is contained in:
Aevann1 2021-12-14 23:44:57 +02:00
commit 8d2bd37d90
2 changed files with 3 additions and 0 deletions

View file

@ -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",

View file

@ -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",