From 6252a2f35ed82f2b0ac4d43a64adfc2f48131a1a Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 26 Oct 2023 18:09:36 +0300 Subject: [PATCH] increase flashlight price to 1000 and remove from lootbox --- files/helpers/config/awards.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 9272907e38..cb7f5b167d 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -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",