forked from rDrama/rDrama
1
0
Fork 0

increase unblockable price from 20k to 40k

master
Aevann 2023-08-30 18:36:11 +03:00
parent b51f968b43
commit f50535a1a3
1 changed files with 12 additions and 12 deletions

View File

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