From fb09af232cb29c127028a9650ce75c34314b15e0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Jun 2023 13:08:40 +0300 Subject: [PATCH] limit confetti award to birthgay event only --- files/helpers/config/awards.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 78bdeb727a..6c7e417a88 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -310,6 +310,18 @@ AWARDS = { "ghost": True, "enabled": IS_HOMOWEEN(), }, + "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": IS_BIRTHGAY()(), + }, ### Standard "beano": { @@ -396,18 +408,6 @@ AWARDS = { "ghost": True, "enabled": True, }, - "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, - }, "ricardo": { "kind": "ricardo", "title": "Stripper Cake",