forked from rDrama/rDrama
1
0
Fork 0

reduce spider award price from 2000 to 300

master
Aevann 2023-05-03 21:59:01 +03:00
parent 2b52f6e9ad
commit 0f0fe01aad
1 changed files with 12 additions and 12 deletions

View File

@ -432,6 +432,18 @@ AWARDS = {
"ghost": True,
"enabled": True,
},
"spider": {
"kind": "spider",
"title": "Spider!",
"description": "Summons a spider to terrorize the recipient for 24 hours.",
"icon": "fas fa-spider",
"color": "text-brown",
"price": 300,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"marsify": {
"kind": "marsify",
"title": "Marsify",
@ -591,18 +603,6 @@ AWARDS = {
"ghost": False,
"enabled": True,
},
"spider": {
"kind": "spider",
"title": "Spider!",
"description": "Summons a spider to terrorize the recipient for 24 hours.",
"icon": "fas fa-spider",
"color": "text-brown",
"price": 2000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"deflector": {
"kind": "deflector",
"title": "Deflector",