From 84bf9ee43fefa66209f4513f2c6c4ba80737f08c Mon Sep 17 00:00:00 2001 From: Terry-Ligma <68643596+Terry-Ligma@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:03:04 -0500 Subject: [PATCH] Fleshlight added to shared objects ;) --- shared.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shared.lua b/shared.lua index c4b9518..a4f8320 100644 --- a/shared.lua +++ b/shared.lua @@ -390,6 +390,7 @@ QBShared.Weapons = { [`weapon_unarmed`] = {["name"] = "weapon_unarmed", ["label"] = "Fists", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "placeholder.png", ["unique"] = true, ["useable"] = false, ["description"] = "Fisticuffs"}, [`weapon_knife`] = {["name"] = "weapon_knife", ["label"] = "Knife", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_knife.png", ["unique"] = true, ["useable"] = false, ["description"] = "An instrument composed of a blade fixed into a handle, used for cutting or as a weapon"}, [`weapon_nightstick`] = {["name"] = "weapon_nightstick", ["label"] = "Nightstick", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_nightstick.png", ["unique"] = true, ["useable"] = false, ["description"] = "A police officer's club or billy"}, + [`weapon_flashlight`] = {["name"] = "weapon_flashlight", ["label"] = "Flashlight", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_flashlight.png", ["unique"] = true, ["useable"] = false, ["description"] = "A small size sun that will make things brighter."}, [`weapon_hammer`] = {["name"] = "weapon_hammer", ["label"] = "Hammer", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_hammer.png", ["unique"] = true, ["useable"] = false, ["description"] = "Used for jobs such as breaking things (legs) and driving in nails"}, [`weapon_bat`] = {["name"] = "weapon_bat", ["label"] = "Bat", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_bat.png", ["unique"] = true, ["useable"] = false, ["description"] = "Used for hitting a ball in sports (or other things)"}, [`weapon_golfclub`] = {["name"] = "weapon_golfclub", ["label"] = "Golfclub", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_golfclub.png", ["unique"] = true, ["useable"] = false, ["description"] = "A club used to hit the ball in golf"},