From faa4f993f2a831b95c17f13d42fbe602eee44bed Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Jul 2022 04:06:28 +0200 Subject: [PATCH] increase the price of progressivestack from 1000 to 1500 --- files/helpers/const.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 43721cff7..95c702419 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -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",