mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Little cleanup in AF GainControl.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user