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:
parent
6376574754
commit
8d0e1af5b7
5 changed files with 11 additions and 23 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue