summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/puremithril.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-01 19:39:32 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-01 19:39:32 -0400
commit671afe4f2ece80877c776d47a9158e0b4e5d7bd5 (patch)
treefb0619c87dd020a810d4b244d520e3690193989e /gamemode/itemsystem/items/puremithril.lua
parent050a8799a07e41c21c3f45f8865cadc1db80bf2f (diff)
downloadgmstranded-671afe4f2ece80877c776d47a9158e0b4e5d7bd5.tar.gz
gmstranded-671afe4f2ece80877c776d47a9158e0b4e5d7bd5.tar.bz2
gmstranded-671afe4f2ece80877c776d47a9158e0b4e5d7bd5.zip
Updated itemsystem to compress how many files we need
Diffstat (limited to 'gamemode/itemsystem/items/puremithril.lua')
-rw-r--r--gamemode/itemsystem/items/puremithril.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/itemsystem/items/puremithril.lua b/gamemode/itemsystem/items/puremithril.lua
deleted file mode 100644
index 80ad764..0000000
--- a/gamemode/itemsystem/items/puremithril.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-ITEM = {}
-
-ITEM.Name = "Pure Mithril"
-ITEM.Description = "Something you can craft with!"
-ITEM.Icon = "test.png"
-ITEM.UniqueData = false
-
-genericMakeDroppable(ITEM)
-
-GMS.RegisterResource(ITEM)