mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[ZNR] fixed Grotag Bug-Catcher text (#7044)
This commit is contained in:
parent
b7427f5f94
commit
64e93ad103
1 changed files with 5 additions and 5 deletions
|
|
@ -1,19 +1,19 @@
|
|||
package mage.cards.g;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.abilities.common.AttacksTriggeredAbility;
|
||||
import mage.abilities.dynamicvalue.common.PartyCount;
|
||||
import mage.abilities.dynamicvalue.common.StaticValue;
|
||||
import mage.abilities.effects.common.continuous.BoostSourceEffect;
|
||||
import mage.abilities.hint.common.PartyCountHint;
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.SubType;
|
||||
import mage.abilities.keyword.TrampleAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
|
|
@ -34,7 +34,7 @@ public final class GrotagBugCatcher extends CardImpl {
|
|||
// Whenever Grotag Bug-Catcher attacks, it gets +1/+0 until end of turn for each creature in your party.
|
||||
this.addAbility(new AttacksTriggeredAbility(new BoostSourceEffect(
|
||||
PartyCount.instance, StaticValue.get(0), Duration.EndOfTurn, true
|
||||
), false).addHint(PartyCountHint.instance));
|
||||
).setText("it gets +1/+0 until end of turn for each creature in your party. " + PartyCount.getReminder()), false).addHint(PartyCountHint.instance));
|
||||
}
|
||||
|
||||
private GrotagBugCatcher(final GrotagBugCatcher card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue