From f50535a1a3423da4e4e57a1e83ade37beab0855e Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 30 Aug 2023 18:36:11 +0300 Subject: [PATCH] increase unblockable price from 20k to 40k --- files/helpers/config/awards.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 359d621aea..94d3940ce9 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -736,18 +736,6 @@ AWARDS = { "ghost": False, "enabled": True, }, - "unblockable": { - "kind": "unblockable", - "title": "Unblockable", - "description": "Makes the recipient unblockable and removes all blocks on them.", - "icon": "fas fa-laugh-squint", - "color": "text-lightgreen", - "price": 20000, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, "pause": { "kind": "pause", "title": "Pause", @@ -772,6 +760,18 @@ AWARDS = { "ghost": False, "enabled": True, }, + "unblockable": { + "kind": "unblockable", + "title": "Unblockable", + "description": "Makes the recipient unblockable and removes all blocks on them.", + "icon": "fas fa-laugh-squint", + "color": "text-lightgreen", + "price": 40000, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, "alt": { "kind": "alt", "title": "Alt-Seeing Eye",