mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[GTC] Fixed Skinbrand Goblin
This commit is contained in:
parent
e56bbfb16d
commit
c877d03389
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class SkinbrandGoblin extends CardImpl<SkinbrandGoblin> {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// Bloodrush - {R}, Discard Skinbrand Goblin: Target attacking creature gets +2/+1 until end of turn.
|
||||
this.addAbility(new BloodrushAbility("{1}{R}{R}", new BoostTargetEffect(2, 1, Constants.Duration.EndOfTurn)));
|
||||
this.addAbility(new BloodrushAbility("{R}", new BoostTargetEffect(2, 1, Constants.Duration.EndOfTurn)));
|
||||
}
|
||||
|
||||
public SkinbrandGoblin(final SkinbrandGoblin card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue