mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge pull request #2019 from spjspj/master
spjspj - Minor change for VesuvanShapeshifter (TSP)
This commit is contained in:
commit
70ef347091
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
|
||||
effect = new VesuvanShapeshifterFaceDownEffect();
|
||||
ability = new BeginningOfUpkeepTriggeredAbility(effect, TargetController.YOU, true);
|
||||
ability = new BeginningOfUpkeepTriggeredAbility(Zone.BATTLEFIELD, effect, TargetController.YOU, true);
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue