summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-05-28 13:28:12 +0200
committerWuzzy <almikes@aol.com>2017-05-28 13:28:12 +0200
commit805707f7e15f4b74068826da65d509285a81a290 (patch)
tree24f58059968a667c9b045f31e3d8725ef0e5f318
parentf1ce2e0f81151cad4d3d2bd261ab6c4f9ef91841 (diff)
Update sword help
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 8110ddc..989251a 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -55,7 +55,7 @@ end
local hoedesc = S("Hoes are essential tools for growing crops. They are used to create farming soil in order to plant seeds on it.")
local hoeuse = S("Punch a cultivatable block with a hoe to turn it into soil. Dirt, dirt with grass, dirt with dry grass and desert sand are cultivatable blocks.")
local axedesc = S("An axe is your tool of choice to cut down blocks which are affected by brute force, especially trees and wood. It also serves as a weapon in a pinch, although not as efficient as swords, but still acceptable.")
-local sworddesc = S("Swords are great in melee combat, as they are fast, deal high damage and can endure countless battles. Swords are also surprisingly useful in cutting “snappy” plants and blocks, like grass, wheat and leaves, but this will wear them out much faster than by fighting.")
+local sworddesc = S("Swords are great in melee combat, as they are fast, deal high damage and can endure countless battles. Swords are also surprisingly useful in cutting “snappy” plants and blocks, like grass, wheat and leaves, but this will wear them out.")
local shoveldesc = S("Shovels are mining tools to mine “crumbly” blocks, such as sand, dirt, gravel, and so on. Technically, they can also be used as weapons, but they are not much better than hand-to-hand combat.")
local pickaxedesc = S("Pickaxes are mining tools to mine hard, “cracky” blocks, such as stone. If you are desperate, you can use a pickaxe as an inefficient weapon.")