Revert "increase unblockable price from 20k to 40k"

This reverts commit f50535a1a3.
pull/200/head
Aevann 2023-09-09 01:14:55 +03:00
parent 3ed4ceaea6
commit 65684ef3e8
1 changed files with 12 additions and 12 deletions

View File

@ -733,6 +733,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": 20000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"pause": {
"kind": "pause",
"title": "Pause",
@ -757,18 +769,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": 40000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"alt": {
"kind": "alt",
"title": "Alt-Seeing Eye",