mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Update FracturedLoyalty.java
This commit is contained in:
parent
f814871738
commit
63979ec133
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class FracturedLoyalty extends CardImpl {
|
|||
|
||||
// Whenever enchanted creature becomes the target of a spell or ability, that spell or ability's controller gains control of that creature.
|
||||
//this.addAbility(new FracturedLoyaltyTriggeredAbility());
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(new FracturedLoyaltyTriggeredAbility(), AttachmentType.AURA, Duration.Custom, "Whenever enchanted creature becomes the target of a spell or ability, that spell or ability's controller gains control of that creature.")));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(new FracturedLoyaltyTriggeredAbility(), AttachmentType.AURA, Duration.WhileOnBattlefield, "Whenever enchanted creature becomes the target of a spell or ability, that spell or ability's controller gains control of that creature.")));
|
||||
}
|
||||
|
||||
public FracturedLoyalty(final FracturedLoyalty card) {
|
||||
|
|
Loading…
Reference in a new issue