From b8825e962c865441d5a1ab6ecdb234c41d7c4e14 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 31 May 2006 19:58:16 +0000 Subject: [PATCH] (lnd_support): Let land units on missions support, just like ships. --- src/lib/subs/lndsub.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/subs/lndsub.c b/src/lib/subs/lndsub.c index 5b1d0252..790d6677 100644 --- a/src/lib/subs/lndsub.c +++ b/src/lib/subs/lndsub.c @@ -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? */