mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
* Fixed two Morph Tests.
This commit is contained in:
parent
14fed76e62
commit
1141e4c2fa
2 changed files with 9 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue