- Little cleanup in AF GainControl.

This commit is contained in:
jendave
2011-08-07 01:09:23 +00:00
parent 6336c54b9a
commit a4d309d5f3

View File

@@ -335,11 +335,7 @@ public class AbilityFactory_GainControl {
if(null == c) return;
if(AllZoneUtil.isCardInPlay(c)) {
if(c.getController() != c.getOwner()) {
AllZone.GameAction.changeController(new CardList(c), c.getController(), c.getController().getOpponent());
c.setSickness(true);
}
if(bTapOnLose) c.tap();