fsd
This commit is contained in:
parent
4addd36282
commit
0003a36932
78 changed files with 32 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue