mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
fixed Daybreak Chimera (wrong zone)
This commit is contained in:
parent
de59888456
commit
8a7f31b215
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue