- Neue Orks an Bauern, Korrektur

This commit is contained in:
Christian Schlittchen 2002-02-18 21:54:45 +00:00
parent 75f039282e
commit d5236f1ca1
2 changed files with 4 additions and 3 deletions

View File

@ -573,8 +573,9 @@ givemen(int n, unit * u, unit * u2, const char * cmd)
} else if (u == u2) { } else if (u == u2) {
error = 10; error = 10;
#if RACE_ADJUSTMENTS #if RACE_ADJUSTMENTS
} else if (u->race == new_race[RC_URUK] || u->race == new_race[RC_SNOTLING]) { }
/* Uruks/Snotlings können nicht an Bauern übergeben werden. */ else if (u->race == new_race[RC_SNOTLING]) {
/* Snotlings können nicht an Bauern übergeben werden. */
error = 307; error = 307;
#endif #endif
} else if ((u && unit_has_cursed_item(u)) || (u2 && unit_has_cursed_item(u2))) { } else if ((u && unit_has_cursed_item(u)) || (u2 && unit_has_cursed_item(u2))) {

View File

@ -4308,7 +4308,7 @@
</type> </type>
<locale name="de"> <locale name="de">
<nr section="errors"> <nr section="errors">
<text>"$unit($unit) in $region($region): '$command' - Orks sind keine Bauern."</text> <text>"$unit($unit) in $region($region): '$command' - Snotlinge sind zu dumm, um auf den Feldern zu arbeiten."</text>
</nr> </nr>
</locale> </locale>
</message> </message>