diff --git a/files/helpers/const.py b/files/helpers/const.py index 4f7a01c45f..8f6abf28c3 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -477,6 +477,10 @@ BADGES = { 'name': 'Benefactor', 'description': 'Gave the Benefactor award to someone' }, + 104: { + 'name': 'BADASS OUTLAW', + 'description': 'Bad boy who does not play by the rules' + }, } AWARDS = { @@ -792,4 +796,4 @@ NOTIFIED_USERS = { } num_banners = len(listdir('files/assets/images/Drama/banners')) + 1 -num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1 \ No newline at end of file +num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1