Continuing implementation of Planechase.

This commit is contained in:
spjspj 2018-04-12 21:03:53 +10:00
parent 87d19c7d51
commit 3e092c2211
4 changed files with 9 additions and 3 deletions

View file

@ -74,7 +74,7 @@ public class AkoumPlane extends Plane {
this.getAbilities().add(ability);
// Active player can roll the planar die: Whenever you roll {CHAOS}, destroy target creature that isn't enchanted
Effect chaosEffect = new DestroyTargetEffect(true);
Effect chaosEffect = new DestroyTargetEffect("destroy target creature that isn't enchanted");
Target chaosTarget = new TargetCreaturePermanent(filter);
List<Effect> chaosEffects = new ArrayList<Effect>();