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.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua
index 12bec62..0ea26e6 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -20,6 +20,7 @@ local tbl = {
{"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"},
+ {"Flour","An item to craft with!","items/flour.png"},
{"Glass","Useful in construction!","test.png"},
{"Gold","You're Rich!","items/ingot_gold.png"},
{"Gold Ore","Something you can craft with!","items/ore_gold.png"},
@@ -45,7 +46,7 @@ local tbl = {
{"Shark","Something you can craft with!","test.png"},
{"Silver","Something you can craft with!","items/ingot_silver.png"},
{"Silver Ore","Something you can craft with!","items/ore_silver.png"},
- {"Spices","Freshen up that stinking mutton!","test.png"},
+ {"Spices","Freshen up that stinking mutton!","items/spices.png"},
{"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"},