From 912be326d687bd7944dde074e0446aa612cf3bf6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 28 Oct 2021 00:19:53 +0200 Subject: [PATCH] sfdsfd --- files/helpers/const.py | 2 +- files/routes/awards.py | 6 +++--- files/templates/shop.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 4e8758c39..4bc2b6564 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -201,7 +201,7 @@ if SITE_NAME == "Drama": "description": "Forces the agendaposter theme on the recipient for 24 hours.", "icon": "fas fa-snooze", "color": "text-purple", - "price": 2000 + "price": 2500 }, "marsey": { "kind": "marsey", diff --git a/files/routes/awards.py b/files/routes/awards.py index 081b9d1a8..d4ac1e9d0 100755 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -102,7 +102,7 @@ def shop(v): "icon": "fas fa-snooze", "color": "text-purple", "owned": 0, - "price": 2000 + "price": 2500 }, "marsey": { "kind": "marsey", @@ -304,7 +304,7 @@ def buy(v, award): "description": "Forces the agendaposter theme on the recipient for 24 hours.", "icon": "fas fa-snooze", "color": "text-purple", - "price": 2000 + "price": 2500 }, "marsey": { "kind": "marsey", @@ -835,7 +835,7 @@ def items(v): "icon": "fas fa-snooze", "color": "text-purple", "owned": 0, - "price": 2000 + "price": 2500 }, "marsey": { "kind": "marsey", diff --git a/files/templates/shop.html b/files/templates/shop.html index 71d06e9e6..1ac1cf517 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -64,7 +64,7 @@ {% set kind = a['kind'] %} Buy - {% if v.procoins and kind not in ["agendaposter","grass","pause","unpausable"] %}Buy with Marseybux{% endif %} + {% if v.procoins and kind not in ["grass","pause","unpausable"] %}Buy with Marseybux{% endif %} {% endfor %}