mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge pull request #4348 from use/master
Added Human type to Daring Buccaneer.
This commit is contained in:
commit
e9bd2852e6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ public class DaringBuccaneer extends CardImpl {
|
||||||
|
|
||||||
public DaringBuccaneer(UUID ownerId, CardSetInfo setInfo) {
|
public DaringBuccaneer(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{R}");
|
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{R}");
|
||||||
|
this.subtype.add(SubType.HUMAN);
|
||||||
this.subtype.add(SubType.PIRATE);
|
this.subtype.add(SubType.PIRATE);
|
||||||
|
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
|
|
Loading…
Reference in a new issue