Quick Solution for non-Permanent Kicker spells

I've implemented a slightly hacky solution for setting non-Permanent spells as kicked. Very simply MagicStack now checks the spell params for 'SetKicked$ True'.
Edit: Also, I fixed up Ertai's Trickery script for testing this as a bonus
But it does seem like my changes are causing some crashes. Trying to fix it 
- Code: Select all
if (sp.isKickerAbility() || sp.getAbilityFactory().getMapParams().containsKey("SetKicked")) {
sp.getSourceCard().setKicked(true);
Edit: Also, I fixed up Ertai's Trickery script for testing this as a bonus

