forked from github/server
Fehlschlag bei Magieresistenz von Schiffen etwas klarer formuliert.
This commit is contained in:
parent
e3bb5d35e0
commit
50a67e20fb
|
@ -1630,9 +1630,8 @@ verify_targets(castorder *co)
|
||||||
spobj->data.i = sh->no;
|
spobj->data.i = sh->no;
|
||||||
spobj->flag = TARGET_RESISTS;
|
spobj->flag = TARGET_RESISTS;
|
||||||
resists++;
|
resists++;
|
||||||
add_message(&mage->faction->msgs, new_message(mage->faction,
|
ADDMSG(&mage->faction->msgs, msg_feedback(mage, co->order,
|
||||||
"spellshipresists%u:unit%r:region%s:command%d:id",
|
"spellshipresists", "ship", sh));
|
||||||
mage, mage->region, co->order, spobj->data.i));
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
success++;
|
success++;
|
||||||
|
|
|
@ -1258,11 +1258,11 @@
|
||||||
<arg name="unit" type="unit"/>
|
<arg name="unit" type="unit"/>
|
||||||
<arg name="region" type="region"/>
|
<arg name="region" type="region"/>
|
||||||
<arg name="command" type="order"/>
|
<arg name="command" type="order"/>
|
||||||
<arg name="id" type="int"/>
|
<arg name="ship" type="ship"/>
|
||||||
</type>
|
</type>
|
||||||
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Schiff $int36($id) konnte nicht verzaubert werden."</text>
|
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - $ship($ship) widersteht dem Zauber."</text>
|
||||||
<text locale="fr">"$unit($unit) in $region($region): '$order($command)' - Ship $int36($id) could not be charmed."</text>
|
<text locale="fr">"$unit($unit) in $region($region): '$order($command)' - $ship($ship) resists the spell."</text>
|
||||||
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - Ship $int36($id) could not be charmed."</text>
|
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - $ship($ship) resists the spell."</text>
|
||||||
</message>
|
</message>
|
||||||
<message name="spellbuildingresists" section="magic">
|
<message name="spellbuildingresists" section="magic">
|
||||||
<type>
|
<type>
|
||||||
|
|
Loading…
Reference in New Issue