Feature #1940 ยป 0036-AI-Enable-rampage-when-unit-can-do-bombard-attack.patch
| ai/default/daiunit.c | ||
|---|---|---|
|
== ACTION_NONE
|
||
|
&& (selected = select_actres_action_unit_on_stack(nmap, ACTRES_COLLECT_RANSOM,
|
||
|
punit, ptile))
|
||
|
== ACTION_NONE
|
||
|
&& (selected = select_actres_action_unit_on_stack(nmap, ACTRES_BOMBARD,
|
||
|
punit, ptile))
|
||
|
== ACTION_NONE) {
|
||
|
return ACTION_NONE;
|
||
|
}
|
||