From 0ceb38e8a1f26716fe4756c1cfbdbbedd1fae5f1 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 28 Dec 2016 18:46:17 -0600 Subject: Fixed some stuff --- gamemode/itemsystem/items/base.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gamemode/itemsystem/items/base.lua') diff --git a/gamemode/itemsystem/items/base.lua b/gamemode/itemsystem/items/base.lua index a3b6b31..de04739 100644 --- a/gamemode/itemsystem/items/base.lua +++ b/gamemode/itemsystem/items/base.lua @@ -1,3 +1,4 @@ +local ITEM = {} ITEM.Name = "Winter Survival 2 Base Item" ITEM.Desc = "Why the hell did I write this? No one will read it anyways!!" ITEM.Class = "Other" @@ -15,7 +16,7 @@ ITEM.CookCD = 1 ITEM.CookProduct = nil ITEM.Ghost = nil ---These are just here to tell the editors/develoeprs what functions are available.. dont un-comment them out, as this could affect all the items. +--These are just here to tell the editors/developers what functions are available.. dont un-comment them out, as this could affect all the items. /* function ITEM:OnPrimary(user,tr) end @@ -35,3 +36,5 @@ end function ITEM:OnCraft(player) end */ + +RegisterItem(ITEM) -- cgit v1.2.3-70-g09d2