(att_reacting_units): Don't let units loaded on a train react.
This commit is contained in:
parent
039907d306
commit
01ed071af4
1 changed files with 2 additions and 0 deletions
|
@ -1475,6 +1475,8 @@ att_reacting_units(struct combat *def, struct emp_qelem *list, int a_spy,
|
||||||
continue;
|
continue;
|
||||||
if (land.lnd_ship >= 0)
|
if (land.lnd_ship >= 0)
|
||||||
continue;
|
continue;
|
||||||
|
if (land.lnd_land >= 0)
|
||||||
|
continue;
|
||||||
if (!defense_val(&land))
|
if (!defense_val(&land))
|
||||||
continue;
|
continue;
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue