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