summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/baits.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/baits.lua')
-rw-r--r--gamemode/itemsystem/items/baits.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/itemsystem/items/baits.lua b/gamemode/itemsystem/items/baits.lua
deleted file mode 100644
index 47a6fbb..0000000
--- a/gamemode/itemsystem/items/baits.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-ITEM = {}
-
-ITEM.Name = "Baits"
-ITEM.Description = "Something you can use to fish with! (Consumed automatically)"
-ITEM.Icon = "test.png"
-ITEM.UniqueData = false
-
-genericMakeDroppable(ITEM)
-
-GMS.RegisterResource(ITEM)