forked from rDrama/rDrama
1
0
Fork 0

reduce vax price from 500 to 200

master
Aevann 2023-10-09 23:09:54 +03:00
parent 375b26da9b
commit d911859f6c
1 changed files with 13 additions and 13 deletions

View File

@ -329,25 +329,25 @@ AWARDS = {
"enabled": IS_HOMOWEEN(),
"positive": True,
},
"bite": {
"kind": "bite",
"title": "Zombie Bite",
"description": "",
"icon": "fas fa-biohazard",
"color": "text-danger",
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN(),
"positive": True,
},
"vax": {
"kind": "vax",
"title": "Vaxxmaxx",
"description": "",
"icon": "fas fa-syringe",
"color": "text-blue",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN(),
"positive": True,
},
"bite": {
"kind": "bite",
"title": "Zombie Bite",
"description": "",
"icon": "fas fa-biohazard",
"color": "text-danger",
"price": 500,
"deflectable": True,
"cosmetic": False,