From 3698c1d7a082155497e9710d578e954f1d162d48 Mon Sep 17 00:00:00 2001 From: idio3 <95141553+idio3@users.noreply.github.com> Date: Sat, 8 Jan 2022 11:45:59 -0600 Subject: [PATCH 4/5] True believer badge code for carp --- files/helpers/const.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 8d4d40d11..13af14f72 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -465,6 +465,10 @@ BADGES = { 'name': 'Sidebar Artist', 'description': 'Contributed artwork featured on the sidebar' }, + 100: { + 'name': 'True Believer', + 'description': 'This user sees through communist lies' + }, } AWARDS = { @@ -772,4 +776,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