From 3ab358cd01170070a3cb3b354512603809ff9c3c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 27 Apr 2024 23:29:42 +0300 Subject: [PATCH] make confetti award permanent again --- files/helpers/config/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 37878486e..5638f7818 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -403,7 +403,7 @@ AWARDS = { "deflectable": False, "cosmetic": True, "ghost": True, - "enabled": IS_BDAY(), + "enabled": True, "negative": False, "included_in_lootbox": False, },