mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update CausticTar.java
This commit is contained in:
parent
a2a2a40dac
commit
2363931250
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class CausticTar extends CardImpl<CausticTar> {
|
|||
|
||||
// Enchanted land has "{tap}: Target player loses 3 life."
|
||||
Ability tarAbility = new SimpleActivatedAbility(Zone.BATTLEFIELD, new LoseLifeTargetEffect(3), new TapSourceCost());
|
||||
tarAbility.addTarget(new TargetPlayer());
|
||||
tarAbility.addTarget(new TargetPlayer(true));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(tarAbility, AttachmentType.AURA, Duration.WhileOnBattlefield)));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue