Clean up removal of reserve mission mobility bonus
Land units on reserve missions used to pay only half the usual mobility for combat. This bonus was commented out in the code in 4.0.0, but not in info. Remove it from both.
This commit is contained in:
parent
1417a3442d
commit
5b01c4764d
3 changed files with 1 additions and 6 deletions
|
@ -300,9 +300,6 @@ lnd_takemob(struct emp_qelem *list, double loss)
|
|||
/*
|
||||
if (chance(loss))
|
||||
use_supply(&llp->unit.land);
|
||||
if (llp->unit.land.lnd_mission == MI_RESERVE)
|
||||
new = llp->unit.land.lnd_mobil - mcost/2;
|
||||
else
|
||||
*/
|
||||
new = llp->unit.land.lnd_mobil - mcost;
|
||||
if (new < -127)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue