forked from github/server
name definiert
This commit is contained in:
parent
94b2f4f2de
commit
a963bdacb4
|
@ -397,6 +397,8 @@ recruit(region * r, unit * u, strlist * S,
|
||||||
cmistake(u, S->s, 139, MSG_EVENT);
|
cmistake(u, S->s, 139, MSG_EVENT);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
/* snotlinge sollten hiermit bereits abgefangen werden, die
|
||||||
|
* parteirasse ist uruk oder ork*/
|
||||||
if (u->race != u->faction->race) {
|
if (u->race != u->faction->race) {
|
||||||
if (u->number != 0) {
|
if (u->number != 0) {
|
||||||
cmistake(u, S->s, 139, MSG_EVENT);
|
cmistake(u, S->s, 139, MSG_EVENT);
|
||||||
|
|
|
@ -1867,6 +1867,13 @@
|
||||||
<string name="Uruks">
|
<string name="Uruks">
|
||||||
<text locale="de">Orks</text>
|
<text locale="de">Orks</text>
|
||||||
</string>
|
</string>
|
||||||
|
<string name="Snotling">
|
||||||
|
<text locale="de">Snotling</text>
|
||||||
|
</string>
|
||||||
|
<string name="Snotlinge">
|
||||||
|
<text locale="de">Snotlinge</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
<string name="Riesenschildkröte">
|
<string name="Riesenschildkröte">
|
||||||
<text locale="de">Riesenschildkröte</text>
|
<text locale="de">Riesenschildkröte</text>
|
||||||
</string>
|
</string>
|
||||||
|
@ -2025,6 +2032,12 @@
|
||||||
<string name="rc_uruk">
|
<string name="rc_uruk">
|
||||||
<text locale="de">Ork</text>
|
<text locale="de">Ork</text>
|
||||||
</string>
|
</string>
|
||||||
|
<string name="rc_snotling">
|
||||||
|
<text locale="de">Snotling</text>
|
||||||
|
</string>
|
||||||
|
<string name="rc_snotling_p">
|
||||||
|
<text locale="de">Snotlinge</text>
|
||||||
|
</string>
|
||||||
<string name="rc_zombie">
|
<string name="rc_zombie">
|
||||||
<text locale="de">Zombie</text>
|
<text locale="de">Zombie</text>
|
||||||
</string>
|
</string>
|
||||||
|
|
Loading…
Reference in New Issue