mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
* Curse of Shallow Graves - Changed outcome for better AI.
This commit is contained in:
parent
d569b84d1b
commit
ee6629b719
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class CurseOfShallowGraves extends CardImpl<CurseOfShallowGraves> {
|
|||
// Enchant player
|
||||
TargetPlayer auraTarget = new TargetPlayer();
|
||||
this.getSpellAbility().addTarget(auraTarget);
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.PutCreatureInPlay));
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.Detriment));
|
||||
this.addAbility(new EnchantAbility(auraTarget.getTargetName()));
|
||||
|
||||
// Whenever a player attacks enchanted player with one or more creatures, that attacking player may put a 2/2 black Zombie creature token onto the battlefield tapped.
|
||||
|
|
Loading…
Reference in a new issue