mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Contaminated Bond - Fixed that the damage was wrongly dealt to aura controller instead of enchanted creatures controller.
This commit is contained in:
parent
091fa9a528
commit
661da6153e
1 changed files with 2 additions and 0 deletions
|
@ -66,8 +66,10 @@ public class ContaminatedGround extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.Detriment));
|
||||
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
||||
this.addAbility(ability);
|
||||
|
||||
// Enchanted land is a Swamp.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BecomesBasicLandEnchantedEffect("Swamp")));
|
||||
|
||||
// Whenever enchanted land becomes tapped, its controller loses 2 life.
|
||||
this.addAbility(new ContaminatedGroundAbility());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue