From 711f3c23ded85fb7a74fcd9de3987bee0715b53a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 14 Oct 2023 23:22:31 +0300 Subject: [PATCH] increase "vax" price to 500 --- 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 3b08fe47d..eaec0dd1d 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -355,7 +355,7 @@ AWARDS = { "description": "???", "icon": "fas fa-syringe", "color": "text-blue", - "price": 200, + "price": 500, "deflectable": True, "cosmetic": False, "ghost": False,