From 6b68f73ca8b3db46bd5ac0f1f636b02a9a07fa13 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 12 Mar 2005 18:06:31 +0000 Subject: [PATCH] Doc fix. --- src/lib/commands/lboard.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/commands/lboard.c b/src/lib/commands/lboard.c index 8bb085ed5..c7e9c4fdf 100644 --- a/src/lib/commands/lboard.c +++ b/src/lib/commands/lboard.c @@ -143,7 +143,11 @@ lboa(void) if (!(att_fight(A_LBOARD, off, &olist, 1.0, def, &dlist, 1.0))) { 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; -- 2.43.0