summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem')
-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 9278e96..c820f20 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -42,6 +42,7 @@ local tbl = {
{"Resin","Something you can craft with!","items/resin.png"},
{"Rope","Something you can craft with!","items/rope.png"},
{"Salmon","Something you can craft with!","items/salmon.png"},
+ {"Saltpetre","Something you can craft with!","items/saltpetre.png"},
{"Sand","How in the world are you holding this stuff?","items/sand.png"},
{"Shark","Something you can craft with!","items/shark.png"},
{"Silver","Something you can craft with!","items/ingot_silver.png"},
@@ -51,7 +52,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!","items/sulpher.png"},
- {"Sulpher","Watch out, it's explosive!","items/sulpher.png"},
+ {"Sulphur","Watch out, it's explosive!","items/sulphur.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"},