spjspj - Minor change for VesuvanShapeshifter (TSP)

This commit is contained in:
spjspj 2016-06-19 22:55:44 +10:00
parent 6f6d9bc314
commit 35c05c0d65

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