- Added Catch // Release

This commit is contained in:
swordshine
2013-05-01 05:04:34 +00:00
parent fe668aee0e
commit 1f6c218993
3 changed files with 27 additions and 0 deletions

View File

@@ -171,6 +171,8 @@ public class ControlGainEffect extends SpellAbilityEffect {
sa.getSourceCard().clearGainControlReleaseCommands();
sa.getSourceCard().addGainControlReleaseCommand(this.getLoseControlCommand(tgtC, tStamp, bTapOnLose, source, kws));
game.getAction().controllerChangeZoneCorrection(tgtC);
tgtC.runChangeControllerCommands();
} // end foreach target
}