* Fixed two Morph Tests.

This commit is contained in:
LevelX2 2014-12-16 15:07:13 +01:00
parent 14fed76e62
commit 1141e4c2fa
2 changed files with 9 additions and 6 deletions

View file

@ -308,7 +308,7 @@ class BecomesFaceDownCreatureEffect extends ContinuousEffectImpl implements Sour
protected int zoneChangeCounter;
protected Ability turnFaceUpAbility = null;
public BecomesFaceDownCreatureEffect(Costs morphCosts) {
public BecomesFaceDownCreatureEffect(Costs<Cost> morphCosts) {
super(Duration.WhileOnBattlefield, Outcome.BecomeCreature);
this.zoneChangeCounter = Integer.MIN_VALUE;
if (morphCosts != null) {