From 16d4639846706ccc17fb575c5c0b3134e753eec0 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Tue, 2 Oct 2018 21:49:26 +0400 Subject: [PATCH] * Fixed Battlebond (BBD) booster that it missing of land card; --- Mage.Sets/src/mage/sets/Battlebond.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/Battlebond.java b/Mage.Sets/src/mage/sets/Battlebond.java index 3c13280af43..3bbc82b5d0c 100644 --- a/Mage.Sets/src/mage/sets/Battlebond.java +++ b/Mage.Sets/src/mage/sets/Battlebond.java @@ -20,11 +20,11 @@ public final class Battlebond extends ExpansionSet { private Battlebond() { super("Battlebond", "BBD", ExpansionSet.buildDate(2018, 6, 8), SetType.SUPPLEMENTAL); this.blockName = "Battlebond"; - this.hasBasicLands = false; + this.hasBasicLands = true; this.hasBoosters = true; this.hasPartnerMechanic = true; - this.numBoosterLands = 0; - this.numBoosterCommon = 11; + this.numBoosterLands = 1; + this.numBoosterCommon = 10; this.numBoosterUncommon = 3; this.numBoosterRare = 1; this.ratioBoosterMythic = 8;