diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index 2cc329f..dd65156 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -82,6 +82,9 @@ if tnt_radius == nil then end local tntdesc = S("An explosive device. When it explodes, it will hurt living beings, destroy blocks around it, throw blocks affected by gravity all over the place and set flammable blocks on fire. A single TNT has an explosion radius of @1. The explosion radius increases if multiple TNT blocks are close to each other. With a small chance, blocks may drop as an item (as if being mined) rather than being destroyed. TNT can be ignited by tools, explosions, igniter blocks. Initially, TNT is not affected by gravity, but as soon it has been ignited, it is.", tnt_radius) +if minetest.get_modpath("mesecons") then + tntdesc = tntdesc .. "\n" .. S("This is a mesecon receptor. If TNT receives a mesecon signal, it explodes immediately.") +end local nyandesc = S("A weird creature with a cat face, cat extremities and a strawberry-flavored pop-tart body. It has been trapped in a block and cannot move and can thus be dug easily by simple tools. Nyan cats are usually followed by nyan cat rainbows. Legends say that in ancient times, long before the creation of our world, there were many of the Nyan Cats which were free and flew through space and sang the \"Nya-nya\" song. Nowadays, nyan cats serve as a fancy collector's item and are traded as souvenirs. Apart from that, nyan cats have no intrinsic value.") local rainbowdesc = S("A rainbow made by a real nyan cat, ancient creatures which once flew through space. It has gone inert and can be dug by simple tools. Like nyan cats, nyan cat rainbows have no intrinsic value.") |