mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Garruk, Apex Predator - Fixed duration bug of the boost effect.
This commit is contained in:
parent
71f987de2e
commit
91f0951ba2
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class GarrukApexPredatorBeastToken extends Token {
|
||||||
class GarrukApexPredatorEmblem extends Emblem {
|
class GarrukApexPredatorEmblem extends Emblem {
|
||||||
|
|
||||||
public GarrukApexPredatorEmblem() {
|
public GarrukApexPredatorEmblem() {
|
||||||
Effect effect = new BoostTargetEffect(5,5,Duration.EndOfGame);
|
Effect effect = new BoostTargetEffect(5,5,Duration.EndOfTurn);
|
||||||
effect.setText("it gets +5/+5");
|
effect.setText("it gets +5/+5");
|
||||||
Ability ability = new AttackedByCreatureTriggeredAbility(Zone.COMMAND, effect, false, true);
|
Ability ability = new AttackedByCreatureTriggeredAbility(Zone.COMMAND, effect, false, true);
|
||||||
effect = new GainAbilityTargetEffect(TrampleAbility.getInstance(), Duration.EndOfTurn,
|
effect = new GainAbilityTargetEffect(TrampleAbility.getInstance(), Duration.EndOfTurn,
|
||||||
|
|
Loading…
Reference in a new issue