From 7b8c58718911af32b3afe2abbfcfc37b1e06a986 Mon Sep 17 00:00:00 2001 From: macky4546 <44586121+macky4546@users.noreply.github.com> Date: Tue, 15 Jun 2021 08:21:51 -0700 Subject: [PATCH] Update shared.lua --- shared.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shared.lua b/shared.lua index 5ca9b76..9e95cea 100644 --- a/shared.lua +++ b/shared.lua @@ -266,6 +266,7 @@ QBShared.Items = { ["grape"] = {["name"] = "grape", ["label"] = "Grape", ["weight"] = 100, ["type"] = "item", ["image"] = "grape.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Mmmmh yummie, grapes."}, ["wine"] = {["name"] = "wine", ["label"] = "Wine", ["weight"] = 300, ["type"] = "item", ["image"] = "wine.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Some good wine to drink on a fine evening."}, ["grapejuice"] = {["name"] = "grapejuice", ["label"] = "Grape Juice", ["weight"] = 200, ["type"] = "item", ["image"] = "grapejuice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Grape juice is said to be healthy.."}, + ["cocaleaf"] = {["name"] = "cocaleaf", ["label"] = "Cocaine Leaf", ["weight"] = 200, ["type"] = "item", ["image"] = "cocaineleaf.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Make that white girl"}, } -- // HASH WEAPON ITEMS, NEED SOMETIMES TO GET INFO FOR CLIENT