diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 02:14:28 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 02:14:28 +0100 |
commit | 4e9424f6352ce2bbb2da580dd113115ef5a6606e (patch) | |
tree | 5c334a219b69cdd58c754253bb0f2bd3a8944f43 | |
parent | 866bde7c9391bf53fcd17094cd7ad06a2758ea90 (diff) |
Add info about snow-covered pine trees
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 950bbad..c2b0deb 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -150,7 +150,7 @@ local export_longdesc = { ["default:aspen_wood"] = buildnode, ["default:sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a tree after some time. There is a small chance that this tree bears apples."), ["default:junglesapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a large jungle tree after some time."), - ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a pine tree after some time."), + ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a pine tree after some time. If the pine sapling was placed on dirt with snow the pine tree will be covered with snow."), ["default:acacia_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an acacia tree after some time."), ["default:aspen_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an aspen tree after some time."), ["default:leaves"] = S("Leaves are grown from trees—which sometimes bear apples—found in deciduous forests."), |