From f5a644992d47e0ed3105be32fbb6b892e2889218 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 31 Oct 2023 22:31:29 +0300 Subject: [PATCH] reduce vax price from 200 to 100 --- files/helpers/config/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 1cb79b4a81..88dde96789 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -229,7 +229,7 @@ AWARDS = { "description": "???", "icon": "fas fa-syringe", "color": "text-blue", - "price": 200, + "price": 100, "deflectable": True, "cosmetic": False, "ghost": False,