diff --git a/files/helpers/const.py b/files/helpers/const.py index 957a5c3d69..8e0bf8e878 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -536,7 +536,7 @@ AWARDS = { "description": "Pins the post/comment.", "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin", @@ -692,7 +692,7 @@ AWARDS2 = { "description": "Pins the post/comment.", "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin", diff --git a/files/routes/awards.py b/files/routes/awards.py index 968f77a185..814af8ee52 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -82,7 +82,7 @@ def shop(v): "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", "owned": 0, - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin", @@ -276,7 +276,7 @@ def buy(v, award): "description": "Pins the post/comment.", "icon": "fas fa-thumbtack fa-rotate--45", "color": "text-warning", - "price": 750 + "price": 1000 }, "unpin": { "kind": "unpin",