forked from MarseyWorld/MarseyWorld
increase flashlight price to 1000 and remove from lootbox
parent
8f2791151e
commit
6252a2f35e
|
@ -335,20 +335,6 @@ AWARDS = {
|
|||
"negative": False,
|
||||
"included_in_lootbox": True,
|
||||
},
|
||||
"flashlight": {
|
||||
"kind": "flashlight",
|
||||
"title": "Flashlight",
|
||||
"description": "???",
|
||||
"icon": "fas fa-flashlight",
|
||||
"color": "text-black",
|
||||
"price": 400,
|
||||
"deflectable": False,
|
||||
"cosmetic": True,
|
||||
"ghost": True,
|
||||
"enabled": IS_HOMOWEEN(),
|
||||
"negative": False,
|
||||
"included_in_lootbox": True,
|
||||
},
|
||||
"haunt": {
|
||||
"kind": "haunt",
|
||||
"title": "Haunt",
|
||||
|
@ -377,6 +363,20 @@ AWARDS = {
|
|||
"negative": False,
|
||||
"included_in_lootbox": True,
|
||||
},
|
||||
"flashlight": {
|
||||
"kind": "flashlight",
|
||||
"title": "Flashlight",
|
||||
"description": "???",
|
||||
"icon": "fas fa-flashlight",
|
||||
"color": "text-black",
|
||||
"price": 1000,
|
||||
"deflectable": False,
|
||||
"cosmetic": True,
|
||||
"ghost": True,
|
||||
"enabled": IS_HOMOWEEN(),
|
||||
"negative": False,
|
||||
"included_in_lootbox": False,
|
||||
},
|
||||
"upsidedown": {
|
||||
"kind": "upsidedown",
|
||||
"title": "Upside Down",
|
||||
|
|
Loading…
Reference in New Issue