mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
typos
This commit is contained in:
parent
099bba8ba9
commit
5bcb93bec1
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ import mage.constants.Zone;
|
|||
public class GraspingScoundrel extends CardImpl{
|
||||
public GraspingScoundrel(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{B}");
|
||||
this.subtype.add(SubType.PIRATE);
|
||||
|
||||
this.subtype.add(SubType.PIRATE);
|
||||
this.subtype.add(SubType.HUMAN);
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue