mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
- Fixed the emblem of Garruk, Apex Predator.
This commit is contained in:
parent
68181515de
commit
a5197ec954
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ public final class GarrukApexPredatorEmblem extends Emblem {
|
|||
public GarrukApexPredatorEmblem() {
|
||||
setName("Emblem Garruk");
|
||||
|
||||
Effect effect = new BoostTargetEffect(-1, 0, Duration.EndOfTurn);
|
||||
effect.setText("it gets -1/-0");
|
||||
Effect effect = new BoostTargetEffect(5, 5, Duration.EndOfTurn);
|
||||
effect.setText("it gets +5/+5");
|
||||
Ability ability = new AttackedByCreatureTriggeredAbility(Zone.COMMAND, effect, false, SetTargetPointer.PERMANENT);
|
||||
effect = new GainAbilityTargetEffect(TrampleAbility.getInstance(), Duration.EndOfTurn);
|
||||
ability.addEffect(effect.concatBy("and"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue