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",
|
"color": "text-black",
|
||||||
"price": 777
|
"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": {
|
"lootbox": {
|
||||||
"kind": "lootbox",
|
"kind": "lootbox",
|
||||||
"title": "Lootbox",
|
"title": "Lootbox",
|
||||||
|
@ -833,14 +841,6 @@ AWARDS = {
|
||||||
"color": "text-silver",
|
"color": "text-silver",
|
||||||
"price": 10000
|
"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": {
|
"unblockable": {
|
||||||
"kind": "unblockable",
|
"kind": "unblockable",
|
||||||
"title": "Unblockable",
|
"title": "Unblockable",
|
||||||
|
|
Loading…
Reference in New Issue