From 759009c14aef63b51bc28d43fd402d7cba301dfa Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 11 Feb 2024 18:50:55 +0200 Subject: [PATCH] delete unnecessary --- files/helpers/config/awards.py | 42 ---------------------------------- 1 file changed, 42 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index bfb9c41ac..754a6dc8d 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -465,34 +465,6 @@ AWARDS = { "negative": False, "included_in_lootbox": False, }, - "rainbow": { - "kind": "rainbow", - "title": "Rainbow", - "description": "Makes the recipient's posts and comments in rainbow text for 24 hours.", - "icon": "fas fa-cloud-rainbow", - "color": "text-pink", - "price": 200, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": not FEATURES['HOUSES'], - "negative": True, - "included_in_lootbox": False, - }, - "sharpen": { - "kind": "sharpen", - "title": "Sharpen", - "description": "Adds a badass edge to all the recipient's posts and comments for 24 hours.", - "icon": "fas fa-fire", - "color": "text-danger", - "price": 200, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": not FEATURES['HOUSES'], - "negative": True, - "included_in_lootbox": False, - }, "shit": { "kind": "shit", "title": "Shit", @@ -605,20 +577,6 @@ AWARDS = { "negative": True, "included_in_lootbox": False, }, - "owoify": { - "kind": "owoify", - "title": "OwOify", - "description": "OwOifies the recipient's posts and comments for 6 hours.", - "icon": "fas fa-paw-simple", - "color": "text-purple", - "price": 500, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": not FEATURES['HOUSES'], - "negative": True, - "included_in_lootbox": False, - }, "flairlock": { "kind": "flairlock", "title": "1-Day Flairlock",