Remove reserve mission's reaction radius bonus

Reserve missions are now useless.  They'll become useful again in a
later commit.
This commit is contained in:
Markus Armbruster 2008-11-16 19:57:45 -05:00
parent 6376574754
commit 8d0e1af5b7
5 changed files with 11 additions and 23 deletions

View file

@ -1511,9 +1511,6 @@ att_reacting_units(struct combat *def, struct emp_qelem *list, int a_spy,
else
radius = land.lnd_rad_max;
if (land.lnd_mission == MI_RESERVE)
radius += 2;
if (dist > radius)
continue;