From 9c1528537ca79e2dbbf4e89355337f8b4f5007b7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 18 Oct 2021 20:42:42 +0200 Subject: [PATCH] fds --- files/classes/award.py | 2 +- files/classes/user.py | 2 +- files/routes/awards.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/classes/award.py b/files/classes/award.py index c156adf83..580a9c8b0 100755 --- a/files/classes/award.py +++ b/files/classes/award.py @@ -38,7 +38,7 @@ if site_name == "Drama": "description": "Ban the author permanently (must provide a timestamped picture of them touching grass to the admins to get unbanned)", "icon": "fas fa-seedling", "color": "text-success", - "price": 500 + "price": 10000 } } else: diff --git a/files/classes/user.py b/files/classes/user.py index d695e870b..6655d3311 100755 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -55,7 +55,7 @@ if site_name == "Drama": "description": "Ban the author permanently (must provide a timestamped picture of them touching grass to the admins to get unbanned)", "icon": "fas fa-seedling", "color": "text-success", - "price": 500 + "price": 10000 } } else: diff --git a/files/routes/awards.py b/files/routes/awards.py index 038f59291..a3ecc1ea6 100755 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -42,7 +42,7 @@ def shop(v): "description": "Ban the author permanently (must provide a timestamped picture of them touching grass to the admins to get unbanned)", "icon": "fas fa-seedling", "color": "text-success", - "price": 500 + "price": 10000 } } else: @@ -127,7 +127,7 @@ def buy(v, award): "description": "Ban the author permanently (must provide a timestamped picture of them touching grass to the admins to get unbanned)", "icon": "fas fa-seedling", "color": "text-success", - "price": 500 + "price": 10000 } } else: