Doc fix.
This commit is contained in:
parent
2c21e731f1
commit
6b68f73ca8
1 changed files with 5 additions and 1 deletions
|
@ -143,7 +143,11 @@ lboa(void)
|
||||||
|
|
||||||
if (!(att_fight(A_LBOARD, off, &olist, 1.0, def, &dlist, 1.0))) {
|
if (!(att_fight(A_LBOARD, off, &olist, 1.0, def, &dlist, 1.0))) {
|
||||||
getland(def->lnd_uid, &land);
|
getland(def->lnd_uid, &land);
|
||||||
/* Now what? Don't bother retreating? No flag for it (yet) */
|
/*
|
||||||
|
* What about retreat on RET_BOARDED? Well, land units can't
|
||||||
|
* move when the boarder is hostile, and retreating when he
|
||||||
|
* isn't is not useful.
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
return RET_OK;
|
return RET_OK;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue