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",