diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 5638f7818..25377afe0 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -392,22 +392,6 @@ AWARDS = { "included_in_lootbox": False, }, - ### Birthday - "confetti": { - "kind": "confetti", - "title": "Confetti", - "description": "Summons confetti to fall on the post.", - "icon": "fas fa-party-horn", - "color": "text-yellow", - "price": 200, - "deflectable": False, - "cosmetic": True, - "ghost": True, - "enabled": True, - "negative": False, - "included_in_lootbox": False, - }, - ### Standard "beano": { "kind": "beano", @@ -457,7 +441,7 @@ AWARDS = { "description": "Summons a moving emoji on the post.", "icon": "fas fa-smile-beam", "color": "text-yellow", - "price": 200, + "price": 100, "deflectable": False, "cosmetic": True, "ghost": True, @@ -465,6 +449,20 @@ AWARDS = { "negative": False, "included_in_lootbox": False, }, + "confetti": { + "kind": "confetti", + "title": "Confetti", + "description": "Summons confetti to fall on the post.", + "icon": "fas fa-party-horn", + "color": "text-yellow", + "price": 200, + "deflectable": False, + "cosmetic": True, + "ghost": True, + "enabled": True, + "negative": False, + "included_in_lootbox": False, + }, "shit": { "kind": "shit", "title": "Shit",