1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-13 01:09:53 -09:00

Fixed that no BFZ basic lands were in OGW boosters. Fixed Captain's Claws to point to the BFZ Kor Ally token image.

This commit is contained in:
fireshoes 2016-01-12 23:28:06 -06:00
parent 3d4d137970
commit 4bc4968716
2 changed files with 87 additions and 85 deletions
Mage.Sets/src/mage/sets

View file

@ -24,6 +24,7 @@ public class OathOfTheGatewatch extends ExpansionSet {
private OathOfTheGatewatch() {
super("Oath of the Gatewatch", "OGW", "mage.sets.oathofthegatewatch", new GregorianCalendar(2016, 1, 22).getTime(), SetType.EXPANSION);
this.blockName = "Battle for Zendikar";
this.parentSet = BattleForZendikar.getInstance();
this.hasBoosters = true;
this.hasBasicLands = false;
this.numBoosterLands = 1;

View file

@ -75,6 +75,7 @@ class KorAllyToken extends Token {
public KorAllyToken() {
super("Kor Ally", "1/1 white Kor Ally creature token");
this.setExpansionSetCodeForImage("BFZ");
cardType.add(CardType.CREATURE);
subtype.add("Kor");
subtype.add("Ally");