Merge pull request #2019 from spjspj/master

spjspj - Minor change for VesuvanShapeshifter (TSP)
This commit is contained in:
spjspj 2016-06-19 22:57:48 +10:00 committed by GitHub
commit 70ef347091

View file

@ -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);
}