- mallorn_effect-Message

This commit is contained in:
Christian Schlittchen 2002-10-20 08:00:28 +00:00
parent 37d2e7a385
commit 29299ba260
3 changed files with 21 additions and 1 deletions

View File

@ -387,12 +387,16 @@ teach(region * r, unit * u)
if (ualias(u2)) if (ualias(u2))
count++; count++;
/* this is pointless, as there currently is no way to negativly influence
* a unit by teaching it. */
/*
if (!ucontact(u2, u)) { if (!ucontact(u2, u)) {
sprintf(buf, "Einheit %s hat keinen Kontakt mit uns aufgenommen", sprintf(buf, "Einheit %s hat keinen Kontakt mit uns aufgenommen",
unitid(u2)); unitid(u2));
mistake(u, u->thisorder, buf, MSG_EVENT); mistake(u, u->thisorder, buf, MSG_EVENT);
continue; continue;
} }
*/
i = igetkeyword(u2->thisorder, u2->faction->locale); i = igetkeyword(u2->thisorder, u2->faction->locale);
/* Input ist nun von u2->thisorder !! */ /* Input ist nun von u2->thisorder !! */

View File

@ -7710,4 +7710,20 @@
<text locale="en">"($int36($id))"</text> <text locale="en">"($int36($id))"</text>
</message> </message>
<message name="mallorn_effect">
<type>
<arg name="mage" type="unit"></arg>
</type>
<locale name="de">
<nr section="magic">
<text>"$unit($mage) läßt einen Teil seiner selbst in die Erde fliessen. Die Bäume, die Transformation überlebt haben, erscheinen nun viel kräftiger."</text>
</nr>
</locale>
<locale name="en">
<nr section="magic">
<text>"The power of $unit($mage) flows into the region and the trees which survived the spell appear stronger now."</text>
</nr>
</locale>
</message>
</messages> </messages>