summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2018-01-24 18:38:02 +0100
committerWuzzy <almikes@aol.com>2018-01-24 18:38:02 +0100
commit0a2f208f5552c52f854344b553cd2422de6d8517 (patch)
tree36eb0c7600089f7e00a71d45aca38ddc7f0ad5ff /helptexts.lua
parent715092aadd3bcd648c34ede35762ad85608bdedd (diff)
Update grass and dry grass help
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 5c484fe..c943000 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -236,9 +236,9 @@ local export_longdesc = {
["default:book"] = S("A book is used to store notes and to make bookshelves."),
["default:book_written"] = S("A book with text contains notes which can be rewritten and copied to books. In the inventory, both title and author of the book are shown."),
- ["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with grass, when they're in sunlight."),
+ ["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow."),
["default:junglegrass"] = S("This plant is common in jungles."),
- ["default:dry_grass_1"] = S("Dry grass is very common in savannahs and comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with dry grass, when they're in sunlight."),
+ ["default:dry_grass_1"] = S("Dry grass is very common in savannahs and comes in 5 different sizes but doesn't grow."),
["default:fern_1"] = S("Ferns can be found in large quantities in coniferous forests. It comes in 3 different sizes but doesn't grow."),
["default:meselamp"] = S("A bright light source powered by mese crystals. It is brighter than a torch."),
["default:mese_post_light"] = S("A bright light source powered by mese crystals. This is a more compact version of the mese lamp. It is brighter than a torch."),