HELFE GIB klappt nicht bei Item-Übergaben
This commit is contained in:
Enno Rehling 2005-02-06 14:07:37 +00:00
parent e4b226dfa1
commit 82c5077998
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ give_cmd(unit * u, order * ord)
} }
/* Damit Tarner nicht durch die Fehlermeldung enttarnt werden können */ /* Damit Tarner nicht durch die Fehlermeldung enttarnt werden können */
if (u2 && (!cansee(u->faction,r,u2,0) && !ucontact(u2, u) && !fval(u2, UFL_TAKEALL))) { if (u2 && !alliedunit(u2, u->faction, HELP_GIVE) && !cansee(u->faction,r,u2,0) && !ucontact(u2, u) && !fval(u2, UFL_TAKEALL)) {
cmistake(u, ord, notfound_error, MSG_COMMERCE); cmistake(u, ord, notfound_error, MSG_COMMERCE);
return; return;
} }