mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[VIS] fixed Vision Charm effect duration (fixes #7652)
This commit is contained in:
parent
6894ad96bc
commit
8704b9cb9b
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.v;
|
||||
|
||||
import mage.MageObjectReference;
|
||||
|
@ -62,7 +61,7 @@ class VisionCharmEffect extends ContinuousEffectImpl {
|
|||
private SubType targetBasicLandType;
|
||||
|
||||
VisionCharmEffect() {
|
||||
super(Duration.WhileOnBattlefield, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.Neutral);
|
||||
super(Duration.EndOfTurn, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.Neutral);
|
||||
staticText = "Choose a land type and a basic land type. Each land of the first chosen type becomes the second chosen type until end of turn.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue