diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index e8c41db101..1408f7ac0e 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -361,6 +361,30 @@ AWARDS = { "ghost": False, "enabled": True, }, + "rainbow": { + "kind": "rainbow", + "title": "Rainbow", + "description": "Makes the recipient's comments and posts in rainbow text for 24 hours.", + "icon": "fas fa-cloud-rainbow", + "color": "text-pink", + "price": 200, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": SITE_NAME != 'rDrama', + }, + "sharpen": { + "kind": "sharpen", + "title": "Sharpen", + "description": "Adds a badass edge to all the user's comments for 24 hours.", + "icon": "fas fa-fire", + "color": "text-danger", + "price": 200, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": SITE_NAME != 'rDrama', + }, "shit": { "kind": "shit", "title": "Shit", @@ -481,8 +505,6 @@ AWARDS = { "ghost": False, "enabled": True, }, - - #for non-rdrama sites "owoify": { "kind": "owoify", "title": "OwOify", @@ -495,31 +517,6 @@ AWARDS = { "ghost": False, "enabled": SITE_NAME != 'rDrama', }, - "rainbow": { - "kind": "rainbow", - "title": "Rainbow", - "description": "Makes the recipient's comments and posts in rainbow text for 24 hours.", - "icon": "fas fa-cloud-rainbow", - "color": "text-pink", - "price": 200, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": SITE_NAME != 'rDrama', - }, - "sharpen": { - "kind": "sharpen", - "title": "Sharpen", - "description": "Adds a badass edge to all the user's comments for 24 hours.", - "icon": "fas fa-fire", - "color": "text-danger", - "price": 200, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": SITE_NAME != 'rDrama', - }, - "flairlock": { "kind": "flairlock", "title": "1-Day Flairlock",