forked from rDrama/rDrama
1
0
Fork 0

increase flashlight price to 1000 and remove from lootbox

master
Aevann 2023-10-26 18:09:36 +03:00
parent 8f2791151e
commit 6252a2f35e
1 changed files with 14 additions and 14 deletions

View File

@ -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",