forked from MarseyWorld/MarseyWorld
reduce stalker price to 100
parent
6252a2f35e
commit
18f3e448de
|
@ -195,6 +195,20 @@ AWARDS = {
|
|||
},
|
||||
|
||||
### Homoween
|
||||
"stalker": {
|
||||
"kind": "stalker",
|
||||
"title": "Stalker",
|
||||
"description": "???",
|
||||
"icon": "fas fa-scarecrow",
|
||||
"color": "text-primary",
|
||||
"price": 100,
|
||||
"deflectable": False,
|
||||
"cosmetic": True,
|
||||
"ghost": True,
|
||||
"enabled": IS_HOMOWEEN(),
|
||||
"negative": False,
|
||||
"included_in_lootbox": True,
|
||||
},
|
||||
"bite": {
|
||||
"kind": "bite",
|
||||
"title": "Zombie Bite",
|
||||
|
@ -279,20 +293,6 @@ AWARDS = {
|
|||
"negative": False,
|
||||
"included_in_lootbox": True,
|
||||
},
|
||||
"stalker": {
|
||||
"kind": "stalker",
|
||||
"title": "Stalker",
|
||||
"description": "???",
|
||||
"icon": "fas fa-scarecrow",
|
||||
"color": "text-primary",
|
||||
"price": 250,
|
||||
"deflectable": False,
|
||||
"cosmetic": True,
|
||||
"ghost": True,
|
||||
"enabled": IS_HOMOWEEN(),
|
||||
"negative": False,
|
||||
"included_in_lootbox": True,
|
||||
},
|
||||
"candy-corn": {
|
||||
"kind": "candy-corn",
|
||||
"title": "Candy Corn",
|
||||
|
|
Loading…
Reference in New Issue