From cd603e82cfdee0d788da9b38d2f513107272e219 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Feb 2023 16:20:50 +0200 Subject: [PATCH] reduce deflector price from 2750 to 2500 --- 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 52e248474..ba854df41 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -581,7 +581,7 @@ AWARDS = { "description": "Causes most awards received for the next 10 hours to be deflected back at their giver.", "icon": "fas fa-shield", "color": "text-pink", - "price": 2750, + "price": 2500, "deflectable": True, "cosmetic": False, "ghost": False,