Added 'setKickerAbility' for our other two Kicker cards (Conquerer's Pledge and Gatekeeper of Malakir) which should allow them to work with Cascade now. Corrected a mistake in playSpellAbilityForFree.

This commit is contained in:
jendave
2011-08-06 04:36:07 +00:00
parent 64ccb54c80
commit 8283e495a1
3 changed files with 5 additions and 5 deletions

View File

@@ -14537,7 +14537,7 @@ public class CardFactory implements NewConstants {
}//for
}//resolve()
};
kicker.setKickerAbility(true);
kicker.setManaCost("8 W W W");
kicker.setAdditionalManaCost("6");
kicker.setDescription("Kicker 6: If Conqueror's Pledge was kicked, put twelve of those tokens onto the battlefield instead.");