From 1f0476b66d75bf689140d3f8185ce649b4c6410f Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 18 Oct 2023 16:18:27 +0300 Subject: [PATCH] reduce vax to 200 --- files/helpers/config/awards.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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",