mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user