From 5f68ea128a2c4dfa2da8d78d33cb92506fed3286 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 1 May 2016 12:00:18 -0400 Subject: Fixed workbench recipies, added batteries, flashlight, teak, and wristwatch resources --- gamemode/itemsystem/items/flashlight.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gamemode/itemsystem/items/flashlight.lua (limited to 'gamemode/itemsystem/items/flashlight.lua') diff --git a/gamemode/itemsystem/items/flashlight.lua b/gamemode/itemsystem/items/flashlight.lua new file mode 100644 index 0000000..7c6e966 --- /dev/null +++ b/gamemode/itemsystem/items/flashlight.lua @@ -0,0 +1,10 @@ +ITEM = {} + +ITEM.Name = "Flashlight" +ITEM.Description = "Lights up the dark!" +ITEM.Icon = "test.png" +ITEM.UniqueData = false + +genericMakeDroppable(ITEM) + +GMS.RegisterResource(ITEM) -- cgit v1.2.3-70-g09d2