This commit is contained in:
Oleg Agafonov 2018-01-07 04:08:27 +04:00
parent 099bba8ba9
commit 5bcb93bec1

View file

@ -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);