From 2a631113583df6ff0b4f28b196e34f1c00f1f7ec Mon Sep 17 00:00:00 2001 From: idio3 <95141553+idio3@users.noreply.github.com> Date: Wed, 12 Jan 2022 19:40:45 -0600 Subject: [PATCH 2/2] Update const.py Carp's badge code --- files/helpers/const.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index a0be13193..d2fd235ef 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -449,6 +449,14 @@ BADGES = { 'name': 'True Believer', 'description': 'This user sees through communist lies' }, + 101: { + 'name': 'Banner Artist', + 'description': 'Contributed a banner image to the site' + }, + 102: { + 'name': 'Christmas 21', + 'description': 'Awarded for surviving Fistmas 2021' + }, } AWARDS = { @@ -755,4 +763,4 @@ NOTIFIED_USERS = { 'kippy': KIPPY_ID, } -num_banners = len(listdir('files/assets/images/Drama/banners')) + 1 \ No newline at end of file +num_banners = len(listdir('files/assets/images/Drama/banners')) + 1