forked from MarseyWorld/MarseyWorld
decrease y'all seeing eye's price from 10k to 1k
parent
3e7b37ec35
commit
cdfece62cf
|
@ -697,6 +697,14 @@ AWARDS = {
|
|||
"color": "text-black",
|
||||
"price": 777
|
||||
},
|
||||
"offsitementions": {
|
||||
"kind": "offsitementions",
|
||||
"title": "Y'all Seein' Eye",
|
||||
"description": "Gives the recipient access to notifications when people off-site talk about us.",
|
||||
"icon": "fas fa-eyes",
|
||||
"color": "text-orange",
|
||||
"price": 1000,
|
||||
},
|
||||
"lootbox": {
|
||||
"kind": "lootbox",
|
||||
"title": "Lootbox",
|
||||
|
@ -833,14 +841,6 @@ AWARDS = {
|
|||
"color": "text-silver",
|
||||
"price": 10000
|
||||
},
|
||||
"offsitementions": {
|
||||
"kind": "offsitementions",
|
||||
"title": "Y'all Seein' Eye",
|
||||
"description": "Gives the recipient access to notifications when people off-site talk about us.",
|
||||
"icon": "fas fa-eyes",
|
||||
"color": "text-orange",
|
||||
"price": 10000,
|
||||
},
|
||||
"unblockable": {
|
||||
"kind": "unblockable",
|
||||
"title": "Unblockable",
|
||||
|
|
Loading…
Reference in New Issue