Made some targets required. Added message to replacement effect of Cavern of Soul to inform player being not able to counter.

This commit is contained in:
LevelX2 2014-05-30 22:46:26 +02:00
parent 94d8ff554f
commit 4fec6e4d7b
19 changed files with 53 additions and 32 deletions

View file

@ -65,7 +65,7 @@ public class SlaveOfBolas extends CardImpl<SlaveOfBolas> {
this.getSpellAbility().addEffect(new UntapTargetEffect());
this.getSpellAbility().addEffect(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn));
this.getSpellAbility().addEffect(new SlaveOfBolasEffect());
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
this.getSpellAbility().addTarget(new TargetCreaturePermanent(true));
}
public SlaveOfBolas(final SlaveOfBolas card) {