mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Frontier Siege - Fixed that the second ability (Kahns) was not optional.
This commit is contained in:
parent
04e52cecbe
commit
ebd0215c5b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class FrontierSiege extends CardImpl {
|
|||
Ability ability2 = new ConditionalTriggeredAbility(
|
||||
new EntersBattlefieldControlledTriggeredAbility(Zone.BATTLEFIELD, new FrontierSiegeFightEffect(), filter, true, SetTargetPointer.PERMANENT, ""),
|
||||
new ModeChoiceSourceCondition("Dragons"),
|
||||
ruleTrigger2);
|
||||
ruleTrigger2, true);
|
||||
ability2.addTarget(new TargetCreaturePermanent(filter2));
|
||||
this.addAbility(ability2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue