diff options
-rw-r--r-- | helptexts.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/helptexts.lua b/helptexts.lua index b2a53ac..5e4b0b2 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -95,11 +95,6 @@ local railuse = S("Place them on the ground to build your railway, the rails wil local coral_living = S("Corals are plants naturally found in shallow water of warm climates. Corals are rather delicate. When exposed to air, they will die off to become coral skeletons.") -local pine_sapling = S("When placed on natural soil (such as dirt) and exposed to sunlight, a pine sapling will grow into a pine tree after some time.") -if not v6 then - pine_sapling = pine_sapling .. S(" If the pine sapling was placed on dirt with snow or dirt with snow, snow or a snow block was nearby, the pine tree will be covered with snow.") -end - local groupname_sand = doc.sub.items.get_group_name("sand") local groupname_water = doc.sub.items.get_group_name("water") local groupname_flora = doc.sub.items.get_group_name("flora") @@ -171,7 +166,7 @@ local export_longdesc = { ["default:junglesapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a jungle sapling will grow into a large jungle tree after some time."), ["default:acacia_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an acacia 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, an aspen sapling will grow into an aspen tree after some time."), - ["default:pine_sapling"] = pine_sapling, + ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a pine sapling will grow into a pine tree after some time. If the pine sapling was next to dirt with snow, snow or a snow block, the pine tree will be covered with snow.", ["default:leaves"] = S("Leaves are grown from trees—which sometimes bear apples—found in deciduous forests."), ["default:jungleleaves"] = S("Jungle leaves are grown from jungle trees found in jungles."), ["default:acacia_leaves"] = S("Acacia leaves are grown from acacia trees found in savannahs."), |