From a52a09be1f48d1812f522f168f49f101783d16e0 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 29 Jan 2004 11:55:26 +0000 Subject: [PATCH] (take_move_in_mob): Automatic fortification on excess mobility may fortify units while they are `at the prompt'. That's okay. But action that consumes mobility must zap the fortification again. --- src/lib/subs/attsub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/subs/attsub.c b/src/lib/subs/attsub.c index 47938990..5a575494 100644 --- a/src/lib/subs/attsub.c +++ b/src/lib/subs/attsub.c @@ -2649,6 +2649,7 @@ take_move_in_mob(int combat_mode, struct llist *llp, struct combat *off, llp->land.lnd_mobil -= 40; break; } + llp->land.lnd_harden = 0; } static void