From 1cefb582c0922bb13271d1162a7dac0f64c3d4ac Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Nov 2021 23:05:57 +0200 Subject: [PATCH] er --- files/helpers/const.py | 32 ++++++++++++++++---------------- files/routes/awards.py | 36 ++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 8da8aa5b8..02bda2524 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -200,14 +200,6 @@ AWARDS = { "color": "text-black", "price": 1000 }, - "pizzashill": { - "kind": "pizzashill", - "title": "Pizzashill", - "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza-slice", - "color": "text-orange", - "price": 1000 - }, "flairlock": { "kind": "flairlock", "title": "1-Day Flairlock", @@ -216,6 +208,14 @@ AWARDS = { "color": "text-black", "price": 1250 }, + "pizzashill": { + "kind": "pizzashill", + "title": "Pizzashill", + "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", + "icon": "fas fa-pizza-slice", + "color": "text-orange", + "price": 1500 + }, "agendaposter": { "kind": "agendaposter", "title": "Agendaposter", @@ -388,14 +388,6 @@ AWARDS2 = { "color": "text-black", "price": 1000 }, - "pizzashill": { - "kind": "pizzashill", - "title": "Pizzashill", - "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza-slice", - "color": "text-orange", - "price": 1000 - }, "flairlock": { "kind": "flairlock", "title": "1-Day Flairlock", @@ -404,6 +396,14 @@ AWARDS2 = { "color": "text-black", "price": 1250 }, + "pizzashill": { + "kind": "pizzashill", + "title": "Pizzashill", + "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", + "icon": "fas fa-pizza-slice", + "color": "text-orange", + "price": 1500 + }, "agendaposter": { "kind": "agendaposter", "title": "Agendaposter", diff --git a/files/routes/awards.py b/files/routes/awards.py index 0aafed5f7..f4284cd39 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -98,16 +98,6 @@ def shop(v): "price": 1000, "MB": True }, - "pizzashill": { - "kind": "pizzashill", - "title": "Pizzashill", - "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza-slice", - "color": "text-orange", - "owned": 0, - "price": 1000, - "MB": True - }, "flairlock": { "kind": "flairlock", "title": "1-Day Flairlock", @@ -118,6 +108,16 @@ def shop(v): "price": 1250, "MB": True }, + "pizzashill": { + "kind": "pizzashill", + "title": "Pizzashill", + "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", + "icon": "fas fa-pizza-slice", + "color": "text-orange", + "owned": 0, + "price": 1500, + "MB": True + }, "agendaposter": { "kind": "agendaposter", "title": "Agendaposter", @@ -274,14 +274,6 @@ def buy(v, award): "color": "text-black", "price": 1000 }, - "pizzashill": { - "kind": "pizzashill", - "title": "Pizzashill", - "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza-slice", - "color": "text-orange", - "price": 1000, - }, "flairlock": { "kind": "flairlock", "title": "1-Day Flairlock", @@ -290,6 +282,14 @@ def buy(v, award): "color": "text-black", "price": 1250 }, + "pizzashill": { + "kind": "pizzashill", + "title": "Pizzashill", + "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", + "icon": "fas fa-pizza-slice", + "color": "text-orange", + "price": 1500, + }, "agendaposter": { "kind": "agendaposter", "title": "Agendaposter",