diff --git a/Tactical/Soldier Control.cpp b/Tactical/Soldier Control.cpp index ac2e3bce8..6b7825e65 100644 --- a/Tactical/Soldier Control.cpp +++ b/Tactical/Soldier Control.cpp @@ -17633,6 +17633,10 @@ BOOLEAN SOLDIERTYPE::CanUseSkill( INT8 iSkill, BOOLEAN fAPCheck, INT32 sGridNo ) } } } + else + { + canuse = FALSE; + } } break;