multitargeted effects that require a minimum amount of targets should always be directed to the target_ok_full check. they can not be ended early by clicking the source.

This commit is contained in:
omegablast2002@yahoo.com
2011-09-12 16:08:11 +00:00
parent 0e52a20b8b
commit a42abc3017

View File

@@ -3840,7 +3840,7 @@ int TargetAbility::reactToClick(MTGCardInstance * card)
}
else
{
if (card == source && (tc->targetsReadyCheck() == TARGET_OK || tc->targetsReadyCheck() == TARGET_OK_FULL))
if (card == source && ((tc->targetsReadyCheck() == TARGET_OK && !tc->targetMin) || tc->targetsReadyCheck() == TARGET_OK_FULL))
{
waitingForAnswer = 0;
game->mLayers->actionLayer()->setCurrentWaitingAction(NULL);