This commit is contained in:
Aevann1 2022-02-02 01:19:41 +02:00
parent 4addd36282
commit 0003a36932
78 changed files with 32 additions and 29 deletions

View file

@ -476,6 +476,14 @@ AWARDS = {
"color": "text-lightgreen",
"price": 10000
},
"nword": {
"kind": "nword",
"title": "Nword Pass",
"description": "Gives the recipient the ability to speak that which must not be spoken",
"icon": "fas fa-edit",
"color": "text-success",
"price": 10000
},
"fish": {
"kind": "fish",
"title": "Fish",
@ -508,14 +516,6 @@ AWARDS = {
"color": "text-gold",
"price": 50000
},
"nword": {
"kind": "nword",
"title": "Nword Pass",
"description": "Gives the recipient the ability to speak that which must not be spoken",
"icon": "fas fa-edit",
"color": "text-success",
"price": 10000
},
}
AWARDS2 = deepcopy(AWARDS)