From 9cc78fc04bfd3bb7352104ba2bf6373fc87ad5e3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 14 Feb 2022 21:16:38 +0200 Subject: [PATCH] gf --- files/routes/subs.py | 2 +- files/templates/sub/create_sub.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/routes/subs.py b/files/routes/subs.py index ddb290c2d..3f8236e99 100644 --- a/files/routes/subs.py +++ b/files/routes/subs.py @@ -135,7 +135,7 @@ def create_sub2(v): sub = g.db.query(Sub).filter_by(name=name).one_or_none() if not sub: - cost = v.subs_created * 25 + cost = v.subs_created * 50 if v.coins < cost: return render_template("sub/create_sub.html", v=v, error="You don't have enough coins!"), 403 diff --git a/files/templates/sub/create_sub.html b/files/templates/sub/create_sub.html index b71c29404..fc71d4c0b 100644 --- a/files/templates/sub/create_sub.html +++ b/files/templates/sub/create_sub.html @@ -44,11 +44,11 @@

{% endif %} - + -

Cost: {{v.subs_created * 25}} coins

+

Cost: {{v.subs_created * 50}} coins