make confetti award permanent again

pull/226/head
Aevann 2024-04-27 23:29:42 +03:00
parent 591fedbdab
commit 3ab358cd01
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ AWARDS = {
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
"enabled": IS_BDAY(), "enabled": True,
"negative": False, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },