diff options
Diffstat (limited to 'gamemode/itemsystem/items/ancientlog.lua')
| -rw-r--r-- | gamemode/itemsystem/items/ancientlog.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/ancientlog.lua b/gamemode/itemsystem/items/ancientlog.lua index 2948d08..5d1e0d7 100644 --- a/gamemode/itemsystem/items/ancientlog.lua +++ b/gamemode/itemsystem/items/ancientlog.lua @@ -1,4 +1,4 @@ -
+local ITEM = {}
ITEM.Name = "Ancient Log"
ITEM.Class = "resource"
ITEM.Desc = "Powerful wood."
@@ -15,3 +15,4 @@ ITEM.Recipe = { ["Crystal Hammer"] = 1,
},
}
+RegisterItem(ITEM)
|
