mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Azorius Skyguard not shrinking creatures after the first turn in play
This commit is contained in:
parent
c2788f2bdf
commit
78cef926ad
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class AzoriusSkyguard extends CardImpl {
|
||||||
this.addAbility(FirstStrikeAbility.getInstance());
|
this.addAbility(FirstStrikeAbility.getInstance());
|
||||||
|
|
||||||
// Creatures your opponents control get -1/-0.
|
// Creatures your opponents control get -1/-0.
|
||||||
this.addAbility(new SimpleStaticAbility(new BoostOpponentsEffect(-1, 0, Duration.EndOfTurn)));
|
this.addAbility(new SimpleStaticAbility(new BoostOpponentsEffect(-1, 0, Duration.WhileOnBattlefield)));
|
||||||
}
|
}
|
||||||
|
|
||||||
private AzoriusSkyguard(final AzoriusSkyguard card) {
|
private AzoriusSkyguard(final AzoriusSkyguard card) {
|
||||||
|
|
Loading…
Reference in a new issue