From 1e76231e935c9e4a19653383b8089219b89785db Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 14 Oct 2023 23:24:01 +0300 Subject: [PATCH] nvm, decrease bite price instead --- files/helpers/config/awards.py | 56 +++++++++++++++++----------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index eaec0dd1d..308ac1b0c 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -195,6 +195,34 @@ AWARDS = { }, ### Homoween + "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, + "included_in_lootbox": False, + }, + "bite": { + "kind": "bite", + "title": "Zombie Bite", + "description": "???", + "icon": "fas fa-biohazard", + "color": "text-danger", + "price": 200, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": IS_HOMOWEEN(), + "positive": True, + "included_in_lootbox": False, + }, "spiders": { "kind": "spiders", "title": "Spiders", @@ -349,34 +377,6 @@ AWARDS = { "positive": True, "included_in_lootbox": True, }, - "vax": { - "kind": "vax", - "title": "Vaxxmaxx", - "description": "???", - "icon": "fas fa-syringe", - "color": "text-blue", - "price": 500, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": IS_HOMOWEEN(), - "positive": True, - "included_in_lootbox": False, - }, - "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, - "included_in_lootbox": False, - }, "jumpscare": { "kind": "jumpscare", "title": "Jumpscare",