fixed Daybreak Chimera (wrong zone)

This commit is contained in:
Oleg Agafonov 2020-01-13 06:37:35 +04:00
parent de59888456
commit 8a7f31b215

View file

@ -28,7 +28,7 @@ public final class DaybreakChimera extends CardImpl {
this.toughness = new MageInt(3); this.toughness = new MageInt(3);
// This spell costs {X} less to cast, where X is your devotion to white. // This spell costs {X} less to cast, where X is your devotion to white.
this.addAbility(new SimpleStaticAbility(new DaybreakChimeraEffect()).addHint(DevotionCount.W.getHint())); this.addAbility(new SimpleStaticAbility(Zone.STACK, new DaybreakChimeraEffect()).addHint(DevotionCount.W.getHint()));
// Flying // Flying
this.addAbility(FlyingAbility.getInstance()); this.addAbility(FlyingAbility.getInstance());