From ab2b52b5d8c9eacf18f65c93ed43489de98ad256 Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 6 Jan 2013 04:04:35 +0000 Subject: [PATCH] Fix: forgot to continously check for items git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5778 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Soldier Control.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tactical/Soldier Control.cpp b/Tactical/Soldier Control.cpp index b0bf2161e..1fcbfc803 100644 --- a/Tactical/Soldier Control.cpp +++ b/Tactical/Soldier Control.cpp @@ -15572,6 +15572,8 @@ BOOLEAN SOLDIERTYPE::UpdateMultiTurnAction() if ( !IsFortificationPossibleAtGridNo( this->sMTActionGridNo ) ) fActionStillValid = FALSE; + else if ( !HasItemFlag(this->inv[ HANDPOS ].usItem, (FULL_SANDBAG|CONCERTINA)) ) + fActionStillValid = FALSE; } break; case MTA_REMOVE_FORTIFY: