summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/deaddroppable.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items/deaddroppable.lua')
-rw-r--r--gamemode/itemsystem/items/deaddroppable.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua
index 81af605..a22bfb7 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -8,13 +8,13 @@ local tbl = {
{"Basic Rune","Something you can craft with!","test.png"},
{"Bass","Don't drop it!","test.png"},
{"Batteries","It holds a charge!","test.png"},
- {"Cedar","You can identify that this is wood.","test.png"},
+ {"Cedar","You can identify that this is wood.","items/wood_cedar.png"},
{"Charcoal","Bits of burnt wood.","test.png"},
{"Copper Ore","Something you can craft with!","items/ore_copper.png"},
{"Dough","Something you can craft with!","test.png"},
{"Dust","Ever wondered what would happen if sand got smaller?","test.png"},
{"Earth Rune","A stone that's heavier than it looks.","test.png"},
- {"Elm","You can identify that this is wood.","test.png"},
+ {"Elm","You can identify that this is wood.","items/wood_elm.png"},
{"Fire Rune","A slightly warm stone.","test.png"},
{"Flashlight","Lights up the dark!","test.png"},
{"Glass","Useful in construction!","test.png"},
@@ -24,8 +24,8 @@ local tbl = {
{"Herbs","Blech, vegtables...","test.png"},
{"Iron","Something you can craft with!","test.png"},
{"Iron Ore","Something you can craft with!","items/ore_iron.png"},
- {"Mahogany","A rich dark color.","test.png"},
- {"Maple","It's some nice wood, Eh?","test.png"},
+ {"Mahogany","A rich dark color.","items/wood_mahogany.png"},
+ {"Maple","It's some nice wood, Eh?","items/wood_maple.png"},
{"Meat","Something you can craft with!","test.png"},
{"Mithril Ore","Something you can craft with!","items/ore_mithril.png"},
{"Oak","You've got wood.","items/wood_oak.png"},
@@ -44,10 +44,10 @@ local tbl = {
{"Spices","Freshen up that stinking mutton!","test.png"},
{"Steel","Something you can craft with!","test.png"},
{"Steel Ore","Something you can craft with!","items/ore_steel.png"},
- {"Stone","Something you can craft with!","stone.png"},
+ {"Stone","Something you can craft with!","items/stone.png"},
{"Strange Stone","Something you can craft with!","test.png"},
{"Sulpher","Watch out, it's explosive!","test.png"},
- {"Teak","You've got wood.","wood_teak.png"},
+ {"Teak","You've got wood.","items/wood_teak.png"},
{"Tech","You're blinded by SCIENCE!","test.png"},
{"Tech Ore","Something you can craft with!","items/ore_tech.png"},
{"Trout","A flippy floppy fish!","test.png"},