- playSpellAbilityForFree will now setup charms.

This commit is contained in:
Sloth
2013-02-11 20:51:43 +00:00
parent 63adb246ca
commit 501c877837

View File

@@ -68,6 +68,9 @@ public class GameActionPlay {
*/
public final void playSpellAbilityForFree(final SpellAbility sa) {
if (sa.getPayCosts() != null) {
if (sa.getApi() == ApiType.Charm && !sa.isWrapper()) {
CharmEffect.makeChoices(sa);
}
final TargetSelection ts = new TargetSelection(sa.getTarget(), sa);
final CostPayment payment = new CostPayment(sa.getPayCosts(), sa, game);