Receptor → effector

master
Wuzzy 2016-12-28 18:53:05 +01:00
parent 622d531bdf
commit 16a4fc54e1
1 changed files with 1 additions and 1 deletions

View File

@ -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.")