aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/rope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/rope.lua')
-rw-r--r--gamemode/itemsystem/items/rope.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/rope.lua b/gamemode/itemsystem/items/rope.lua
index 9872d0f..2fd7e09 100644
--- a/gamemode/itemsystem/items/rope.lua
+++ b/gamemode/itemsystem/items/rope.lua
@@ -1,4 +1,4 @@
-
+local ITEM = {}
ITEM.Name = "Rope"
ITEM.Class = "resource"
ITEM.Desc = "Handy rope for more advanced structures and tools."
@@ -12,3 +12,4 @@ ITEM.Recipe = {
},
Tools = {},
}
+RegisterItem(ITEM)