mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
fix verify failure
This commit is contained in:
parent
8e40e519d2
commit
98d9446ce2
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ public final class FallOfGilGalad extends CardImpl {
|
|||
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||
ability.addTarget(new TargetPermanent(StaticFilters.FILTER_ANOTHER_CREATURE_TARGET_2).setTargetTag(2));
|
||||
});
|
||||
|
||||
this.addAbility(sagaAbility);
|
||||
}
|
||||
|
||||
private FallOfGilGalad(final FallOfGilGalad card) {
|
||||
|
|
Loading…
Reference in a new issue