summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/items')
-rw-r--r--gamemode/itemsystem/items/deaddroppable.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua
index e079963..9278e96 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -33,8 +33,8 @@ local tbl = {
{"Meat","Something you can craft with!","items/meat.png"},
{"Mithril Ore","Something you can craft with!","items/ore_mithril.png"},
{"Oak","You've got wood.","items/wood_oak.png"},
- {"Pickaxe Handle","Something you can craft with!","test.png"},
- {"Pickaxe Head","Something you can craft with!","test.png"},
+ {"Pickaxe Handle","Something you can craft with!","items/pickaxehandle.png"},
+ {"Pickaxe Head","Something you can craft with!","items/pickaxehead.png"},
{"Plastic","Some solidified resin!","items/plastic.png"},
{"Platinum","Something you can craft with!","items/ingot_platinum.png"},
{"Platinum Ore","Something you can craft with!","items/ore_platinum.png"},
@@ -50,7 +50,7 @@ local tbl = {
{"Steel","Something you can craft with!","items/ingot_steel.png"},
{"Steel Ore","Something you can craft with!","items/ore_steel.png"},
{"Stone","Something you can craft with!","items/stone.png"},
- {"Strange Stone","Something you can craft with!","test.png"},
+ {"Strange Stone","Something you can craft with!","items/sulpher.png"},
{"Sulpher","Watch out, it's explosive!","items/sulpher.png"},
{"Teak","You've got wood.","items/wood_teak.png"},
{"Tech","You're blinded by SCIENCE!","items/ingot_tech.png"},
@@ -60,7 +60,7 @@ local tbl = {
{"Water Rune","Whenever you touch it, your hand feels slightly damp.","items/rune_water.png"},
{"Welder","Something you can craft with!","items/welder.png"},
{"Wood","Something you can craft with!","items/wood.png"},
- {"Wrist Watch","See the time wherever you go!","test.png"},
+ {"Wrist Watch","See the time wherever you go!","items/watch.png"},
}
for k,v in pairs(tbl) do