forked from MarseyWorld/MarseyWorld
increase the price of progressivestack from 1000 to 1500
parent
e60c4d46fe
commit
faa4f993f2
|
@ -520,14 +520,6 @@ AWARDS = {
|
|||
"color": "text-green",
|
||||
"price": 1000
|
||||
},
|
||||
"progressivestack": {
|
||||
"kind": "progressivestack",
|
||||
"title": "Progressive Stack",
|
||||
"description": "Makes votes on the recipient's posts and comments weigh double in the ranking algorithm for 6 hours.",
|
||||
"icon": "fas fa-bullhorn",
|
||||
"color": "text-danger",
|
||||
"price": 1000
|
||||
},
|
||||
"pin": {
|
||||
"kind": "pin",
|
||||
"title": "1-Hour Pin",
|
||||
|
@ -552,6 +544,14 @@ AWARDS = {
|
|||
"color": "text-black",
|
||||
"price": 1250
|
||||
},
|
||||
"progressivestack": {
|
||||
"kind": "progressivestack",
|
||||
"title": "Progressive Stack",
|
||||
"description": "Makes votes on the recipient's posts and comments weigh double in the ranking algorithm for 6 hours.",
|
||||
"icon": "fas fa-bullhorn",
|
||||
"color": "text-danger",
|
||||
"price": 1500
|
||||
},
|
||||
"pizzashill": {
|
||||
"kind": "pizzashill",
|
||||
"title": "Pizzashill",
|
||||
|
|
Loading…
Reference in New Issue