mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Fixed rule text on Frenzied Goblin (#9182)
This commit is contained in:
parent
c6cc9bd83f
commit
d87365b89e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public final class FrenziedGoblin extends CardImpl {
|
|||
|
||||
// Whenever Frenzied Goblin attacks, you may pay {R}. If you do, target creature can't block this turn.
|
||||
Ability ability = new AttacksTriggeredAbility(new DoIfCostPaid(new CantBlockTargetEffect(Duration.EndOfTurn), new ManaCostsImpl<>("{R}")),false,
|
||||
"Whenever {this} attacks you, may pay {R}. If you do, target creature can't block this turn.");
|
||||
"Whenever {this} attacks, you may pay {R}. If you do, target creature can't block this turn.");
|
||||
Target target = new TargetCreaturePermanent();
|
||||
ability.addTarget(target);
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue