forked from External/mage
Ability refactor: face down;
This commit is contained in:
parent
eea808d2d6
commit
f3f1c29926
8 changed files with 137 additions and 47 deletions
|
|
@ -40,6 +40,7 @@ public class TurnFaceUpAbility extends SpecialAction {
|
|||
this.usesStack = false;
|
||||
this.abilityType = AbilityType.SPECIAL_ACTION;
|
||||
this.setRuleVisible(false); // will be made visible only to controller in CardView
|
||||
this.setWorksFaceDown(true);
|
||||
}
|
||||
|
||||
public TurnFaceUpAbility(final TurnFaceUpAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue