mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-31 22:05:10 +02:00
* minor fix
This commit is contained in:
parent
80b5126cf5
commit
4f88871f94
@ -2529,7 +2529,7 @@ bool CGameHandler::makeBattleAction( BattleAction &ba )
|
|||||||
}
|
}
|
||||||
|
|
||||||
//return
|
//return
|
||||||
if(curStack->hasFeatureOfType(StackFeature::RETURN_AFTER_STRIKE))
|
if(curStack->hasFeatureOfType(StackFeature::RETURN_AFTER_STRIKE) && startingPos != curStack->position)
|
||||||
{
|
{
|
||||||
moveStack(ba.stackNumber, startingPos);
|
moveStack(ba.stackNumber, startingPos);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user