bug fix for an issue with multitarget, after a multitarget ability resolves the first time, i never set the tc->done back to false, so the first card clicked will think it is done every time after the first.
setting tc->done to false after targetability resolve.
This commit is contained in:
@@ -2571,6 +2571,7 @@ const char * GenericTargetAbility::getMenuText()
|
||||
int GenericTargetAbility::resolve()
|
||||
{
|
||||
counters++;
|
||||
tc->done = false;
|
||||
return TargetAbility::resolve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user