From d02f73b39167c21c947b6a35b174509c50784ba3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 4 Oct 2023 16:18:17 +0300 Subject: [PATCH] restore pumpkin award (im stupid) --- files/helpers/config/awards.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 4b83f63ac..b5053ec4c 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -211,6 +211,19 @@ AWARDS = { "enabled": IS_HOMOWEEN(), "positive": True, }, + "pumpkin": { + "kind": "pumpkin", + "title": "Pumpkin", + "description": "", + "icon": "fas fa-jack-o-lantern", + "color": "text-orange", + "price": 200, + "deflectable": False, + "cosmetic": True, + "ghost": True, + "enabled": IS_HOMOWEEN(), + "positive": True, + }, "candy-corn": { "kind": "candy-corn", "title": "Candy Corn",