mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
spjspj - Minor change for VesuvanShapeshifter (TSP)
This commit is contained in:
parent
6f6d9bc314
commit
35c05c0d65
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class VesuvanShapeshifter extends CardImpl {
|
||||||
|
|
||||||
// At the beginning of your upkeep, you may turn this creature face down
|
// At the beginning of your upkeep, you may turn this creature face down
|
||||||
effect = new VesuvanShapeshifterFaceDownEffect();
|
effect = new VesuvanShapeshifterFaceDownEffect();
|
||||||
ability = new BeginningOfUpkeepTriggeredAbility(effect, TargetController.YOU, true);
|
ability = new BeginningOfUpkeepTriggeredAbility(Zone.BATTLEFIELD, effect, TargetController.YOU, true);
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue