mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix verify failure
This commit is contained in:
parent
d8a7666668
commit
fc2f44d672
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ public final class GoblinTombRaider extends CardImpl {
|
|||
|
||||
public GoblinTombRaider(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{R}");
|
||||
|
||||
|
||||
this.subtype.add(SubType.GOBLIN);
|
||||
this.subtype.add(SubType.PIRATE);
|
||||
this.power = new MageInt(1);
|
||||
|
|
@ -42,7 +42,7 @@ public final class GoblinTombRaider extends CardImpl {
|
|||
new GainAbilitySourceEffect(HasteAbility.getInstance(), Duration.WhileOnBattlefield),
|
||||
condition, "and has haste"
|
||||
));
|
||||
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private GoblinTombRaider(final GoblinTombRaider card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue