(lnd_support): Let land units on missions support, just like ships.

This commit is contained in:
Markus Armbruster 2006-05-31 19:58:16 +00:00
parent 01ed071af4
commit b8825e962c

View file

@ -1203,7 +1203,6 @@ lnd_mar_one_sector(struct emp_qelem *list, int dir, natid actor,
* find all artillery units belonging
* to the attacker or defender that can fire.
* Each arty unit adds +1%/damage point
*
*/
int
lnd_support(natid victim, natid attacker, coord x, coord y, int defending)
@ -1227,8 +1226,6 @@ lnd_support(natid victim, natid attacker, coord x, coord y, int defending)
continue;
if (land.lnd_land >= 0)
continue;
if (land.lnd_mission > 0)
continue;
if (land.lnd_effic < LAND_MINFIREEFF)
continue;
/* Do we have mil? */