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->flag = TARGET_RESISTS;
|
||||
resists++;
|
||||
add_message(&mage->faction->msgs, new_message(mage->faction,
|
||||
"spellshipresists%u:unit%r:region%s:command%d:id",
|
||||
mage, mage->region, co->order, spobj->data.i));
|
||||
ADDMSG(&mage->faction->msgs, msg_feedback(mage, co->order,
|
||||
"spellshipresists", "ship", sh));
|
||||
break;
|
||||
}
|
||||
success++;
|
||||
|
|
|
@ -1258,11 +1258,11 @@
|
|||
<arg name="unit" type="unit"/>
|
||||
<arg name="region" type="region"/>
|
||||
<arg name="command" type="order"/>
|
||||
<arg name="id" type="int"/>
|
||||
<arg name="ship" type="ship"/>
|
||||
</type>
|
||||
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Schiff $int36($id) konnte nicht verzaubert werden."</text>
|
||||
<text locale="fr">"$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 $int36($id) could not be charmed."</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($ship) resists the spell."</text>
|
||||
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - $ship($ship) resists the spell."</text>
|
||||
</message>
|
||||
<message name="spellbuildingresists" section="magic">
|
||||
<type>
|
||||
|
|
Loading…
Reference in New Issue