Merge pull request #4348 from use/master

Added Human type to Daring Buccaneer.
This commit is contained in:
Oleg Agafonov 2018-01-07 04:34:26 +04:00 committed by GitHub
commit e9bd2852e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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