From 74597d9394a1f17ac8e6f2db625c4813a57762f3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 24 May 2018 23:29:13 +0200 Subject: [PATCH] Update node description --- locale/de.txt | 4 ++-- locale/template.txt | 4 ++-- nodes.lua | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locale/de.txt b/locale/de.txt index e929d96..f3b559f 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -1,5 +1,5 @@ Cracked Sandstone Brick = Rissiger Sandsteinziegel -Fallen Cracked Sandstone Brick = Gefallener rissiger Sandsteinziegel +Falling Cracked Sandstone Brick = Fallender rissiger Sandsteinziegel Mummy Spawn Egg = Mumien-Spawn-Ei Mummy Spawner = Mumien-Spawner Sandstone with Eye Engraving = Sandstein mit Augengravur @@ -9,6 +9,6 @@ A mummy spawner causes hostile mummies to appear in its vicinity as long it exis Can be used to create a hostile mummy. = Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt). Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen! This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten. -This old and porous brick fell to the ground. It does not hold itself anymore. = Dieser alte und poröse Ziegel fiel zu Boden und wird durch nichts mehr gestützt. +This old porous brick falls under its own weight. = Dieser alte poröse Ziegel fällt unter seinem eigenem Gewicht. No more mummies! = Keine Mumien mehr! Destroy a mummy spawner by digging. = Zerstören Sie einen Mumien-Spawner, indem Sie ihn graben. diff --git a/locale/template.txt b/locale/template.txt index f715b16..978b4c2 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,5 +1,5 @@ Cracked Sandstone Brick = -Fallen Cracked Sandstone Brick = +Falling Cracked Sandstone Brick = Mummy Spawn Egg = Mummy Spawner = Sandstone with Eye Engraving = @@ -9,6 +9,6 @@ A mummy spawner causes hostile mummies to appear in its vicinity as long it exis Can be used to create a hostile mummy. = Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = -This old and porous brick fell to the ground. It does not hold itself anymore. = +This old porous brick falls under its own weight. = No more mummies! = Destroy a mummy spawner by digging. = diff --git a/nodes.lua b/nodes.lua index 316e205..34d3e44 100644 --- a/nodes.lua +++ b/nodes.lua @@ -57,8 +57,8 @@ minetest.register_node("tsm_pyramids:trap", { }) minetest.register_node("tsm_pyramids:trap_2", { - description = S("Fallen Cracked Sandstone Brick"), - _doc_items_longdesc = S("This old and porous brick fell to the ground. It does not hold itself anymore."), + description = S("Falling Cracked Sandstone Brick"), + _doc_items_longdesc = S("This old porous brick falls under its own weight."), tiles = {"default_sandstone_brick.png^tsm_pyramids_crack2.png"}, is_ground_content = false, groups = {crumbly=3,cracky=3,falling_node=1,not_in_creative_inventory=1},