From d911859f6c56f97e1a33b5612ebcee3a459f6557 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 9 Oct 2023 23:09:54 +0300 Subject: [PATCH] reduce vax price from 500 to 200 --- files/helpers/config/awards.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index c5b4632f13..8bbda42fbf 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -329,25 +329,25 @@ AWARDS = { "enabled": IS_HOMOWEEN(), "positive": True, }, - "bite": { - "kind": "bite", - "title": "Zombie Bite", - "description": "", - "icon": "fas fa-biohazard", - "color": "text-danger", - "price": 500, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": IS_HOMOWEEN(), - "positive": True, - }, "vax": { "kind": "vax", "title": "Vaxxmaxx", "description": "", "icon": "fas fa-syringe", "color": "text-blue", + "price": 200, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": IS_HOMOWEEN(), + "positive": True, + }, + "bite": { + "kind": "bite", + "title": "Zombie Bite", + "description": "", + "icon": "fas fa-biohazard", + "color": "text-danger", "price": 500, "deflectable": True, "cosmetic": False,