summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem')
-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 0ea26e6..8eea468 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.","test.png"},
+ {"Air Rune","This stone seems like it should be heavier.","rune_air.png"},
{"Baits","Something you can use to fish with! (Consumed automatically)","test.png"},
- {"Basic Rune","Something you can craft with!","test.png"},
+ {"Basic Rune","Something you can craft with!","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,7 +16,7 @@ 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.","test.png"},
+ {"Earth Rune","A stone that's heavier than it looks.","rune_earth.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"},
@@ -57,7 +57,7 @@ local tbl = {
{"Tech Ore","Something you can craft with!","items/ore_tech.png"},
{"Trout","A flippy floppy fish!","test.png"},
{"Urine Bottles","Something you can craft with!","items/bottle_urine.png"},
- {"Water Rune","Whenever you touch it, your hand feels slightly damp.","test.png"},
+ {"Water Rune","Whenever you touch it, your hand feels slightly damp.","rune_water.png"},
{"Wood","Something you can craft with!","items/wood.png"},
{"Wrist Watch","See the time wherever you go!","test.png"},
}