summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 18:53:05 +0100
committerWuzzy <almikes@aol.com>2016-12-28 18:53:05 +0100
commit16a4fc54e180cf653f82f3051a8e44ac37a77e11 (patch)
tree8ea155b680ec85bc5699e7bc65d2132583549ca0
parent622d531bdf90b1db6a48f4c41dfb7245ca702d9f (diff)
Receptor → effector
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index dd65156..e084df5 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -83,7 +83,7 @@ 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.")
+ tntdesc = tntdesc .. "\n" .. S("This is a mesecon effector. 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.")