diff options
Diffstat (limited to 'gamemode/itemsystem/items/mithirilore.lua')
| -rw-r--r-- | gamemode/itemsystem/items/mithirilore.lua | 10 |
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) |
