Update shears hint

This commit is contained in:
Wuzzy 2019-09-24 03:04:46 +02:00
parent e43e88666d
commit 7124b516cc
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ Did you know cotton seed not only grow on dirt, but also on sand? But it still n
A truly epic story!=Eine sagenhafte Geschichte!
Ooh, a shiny pearl! Unfortunately, I don't know what it's good for.=Oh, eine glänzende Perle! Leider weiß ich nicht, wozu sie gut ist.
Place it on the ground in sunlight and it will grow to a tree.=Platziere ihn auf dem Boden im Sonnenlicht und er wird zu einem Baum heranwachsen.
Use this to get wool from sheep.=Benutze dies, um an die Wolle von Schafen zu kommen.
Use this to trim plants and get wool from sheep.=Damit kannst du Pflanzen abschneiden und Wolle von Schafen erhalten.
Papyrus likes to grow next to water.=Papyrus wächst gerne in der Nähe von Wasser.
When I was I kid, I always liked to climb on the papyrus.=Als ich ein Kind war, kletterte ich gerne den Papyrus rauf.
Cacti like to grow on sand. They are also a food source, if you're really desperate.=Kakteen wachen auf dem Sand. Sie sind auch eine Nahrungsquelle, wenn du wirklich verzweifelt bist.

View File

@ -79,7 +79,7 @@ Every kid knows seeds need soil, water and sunlight.=
A truly epic story!=
Ooh, a shiny pearl! Unfortunately, I don't know what it's good for.=
Place it on the ground in sunlight and it will grow to a tree.=
Use this to get wool from sheep.=
Use this to trim plants and get wool from sheep.=
Papyrus likes to grow next to water.=
When I was I kid, I always liked to climb on the papyrus.=
Cacti like to grow on sand. They are also a food source, if you're really desperate.=

View File

@ -243,7 +243,7 @@ for _, npc_type_table in pairs(npc_types) do
elseif minetest.get_item_group(iname, "sapling") > 0 then
say(S("Place it on the ground in sunlight and it will grow to a tree."), name)
elseif minetest.get_item_group(iname, "shears") > 0 then
say(S("Use this to get wool from sheep."), name)
say(S("Use this to trim plants and get wool from sheep."), name)
elseif iname == "default:papyrus" then
if npc_type == "farmer" then
say(S("Papyrus likes to grow next to water."), name)