From 805707f7e15f4b74068826da65d509285a81a290 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 28 May 2017 13:28:12 +0200 Subject: [PATCH] Update sword help --- helptexts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- 2.11.4.GIT