diff options
Diffstat (limited to 'gamemode/itemsystem')
| -rw-r--r-- | gamemode/itemsystem/items/deaddroppable.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua index 4661e3f..6bf1706 100644 --- a/gamemode/itemsystem/items/deaddroppable.lua +++ b/gamemode/itemsystem/items/deaddroppable.lua @@ -4,9 +4,9 @@ local tbl = { {"Adamantine","Something you can craft with!","items/ingot_adamantine.png"}, {"Adamantine Ore","Something you can craft with!","items/ore_adamantine.png"}, - {"Air Rune","This stone seems like it should be heavier.","rune_air.png"}, + {"Air Rune","This stone seems like it should be heavier.","items/rune_air.png"}, {"Baits","Something you can use to fish with! (Consumed automatically)","test.png"}, - {"Basic Rune","Something you can craft with!","rune_basic.png"}, + {"Basic Rune","Something you can craft with!","items/rune_basic.png"}, {"Bass","Don't drop it!","test.png"}, {"Batteries","It holds a charge!","test.png"}, {"Cedar","You can identify that this is wood.","items/wood_cedar.png"}, @@ -16,9 +16,9 @@ local tbl = { {"Copper Ore","Something you can craft with!","items/ore_copper.png"}, {"Dough","Something you can craft with!","items/dough.png"}, {"Dust","Ever wondered what would happen if sand got smaller?","test.png"}, - {"Earth Rune","A stone that's heavier than it looks.","rune_earth.png"}, + {"Earth Rune","A stone that's heavier than it looks.","items/rune_earth.png"}, {"Elm","You can identify that this is wood.","items/wood_elm.png"}, - {"Fire Rune","A slightly warm stone.","test.png"}, + {"Fire Rune","A slightly warm stone.","items/rune_fire.png"}, {"Flashlight","Lights up the dark!","test.png"}, {"Flour","An item to craft with!","items/flour.png"}, {"Glass","Useful in construction!","test.png"}, @@ -51,7 +51,7 @@ local tbl = { {"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"}, - {"Sulpher","Watch out, it's explosive!","test.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"}, {"Tech Ore","Something you can craft with!","items/ore_tech.png"}, |
