forked from rDrama/rDrama
1
0
Fork 0

make deflector award not deflectable

master
Aevann 2023-10-19 18:58:35 +03:00
parent 79ec2e6a62
commit 9019bddd59
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ AWARDS = {
"icon": "fas fa-shield", "icon": "fas fa-shield",
"color": "text-pink", "color": "text-pink",
"price": 2500, "price": 2500,
"deflectable": True, "deflectable": False,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,