mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fix verify failure
This commit is contained in:
parent
a7583f0060
commit
b1b0cd7d40
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ public final class TheStoneBrain extends CardImpl {
|
|||
ability.addCost(new ExileSourceCost());
|
||||
ability.addEffect(new TheStoneBrainEffect());
|
||||
ability.addTarget(new TargetOpponent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private TheStoneBrain(final TheStoneBrain card) {
|
||||
|
|
Loading…
Reference in a new issue