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: