[HOU] Added 4 cards.

This commit is contained in:
LevelX2 2017-06-29 17:55:48 +02:00
parent c2d2ab2148
commit c8e1a9d854
7 changed files with 571 additions and 149 deletions

View file

@ -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