True believer badge code
for carp
This commit is contained in:
parent
6971daf9f5
commit
a7d26f825f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
num_banners = len(listdir('files/assets/images/Drama/banners')) + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue