forked from External/mage
[HOU] Added 4 cards.
This commit is contained in:
parent
c2d2ab2148
commit
c8e1a9d854
7 changed files with 571 additions and 149 deletions
|
|
@ -975,8 +975,9 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void setRuleAtTheTop(boolean ruleAtTheTop) {
|
||||
public Ability setRuleAtTheTop(boolean ruleAtTheTop) {
|
||||
this.ruleAtTheTop = ruleAtTheTop;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue