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",