diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index ca8f69d0ba..f9c543ae1d 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -209,6 +209,20 @@ AWARDS = { "negative": False, "included_in_lootbox": False, }, + "vax": { + "kind": "vax", + "title": "Vaxxmaxx", + "description": "???", + "icon": "fas fa-syringe", + "color": "text-blue", + "price": 200, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": IS_HOMOWEEN(), + "negative": False, + "included_in_lootbox": False, + }, "spiders": { "kind": "spiders", "title": "Spiders", @@ -279,20 +293,6 @@ AWARDS = { "negative": False, "included_in_lootbox": True, }, - "vax": { - "kind": "vax", - "title": "Vaxxmaxx", - "description": "???", - "icon": "fas fa-syringe", - "color": "text-blue", - "price": 400, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": IS_HOMOWEEN(), - "negative": False, - "included_in_lootbox": False, - }, "candy-corn": { "kind": "candy-corn", "title": "Candy Corn",