* Curse of Shallow Graves - Changed outcome for better AI.

This commit is contained in:
LevelX2 2014-01-11 10:52:43 +01:00
parent d569b84d1b
commit ee6629b719

View file

@ -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.