mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- playSpellAbilityForFree will now setup charms.
This commit is contained in:
@@ -68,6 +68,9 @@ public class GameActionPlay {
|
|||||||
*/
|
*/
|
||||||
public final void playSpellAbilityForFree(final SpellAbility sa) {
|
public final void playSpellAbilityForFree(final SpellAbility sa) {
|
||||||
if (sa.getPayCosts() != null) {
|
if (sa.getPayCosts() != null) {
|
||||||
|
if (sa.getApi() == ApiType.Charm && !sa.isWrapper()) {
|
||||||
|
CharmEffect.makeChoices(sa);
|
||||||
|
}
|
||||||
final TargetSelection ts = new TargetSelection(sa.getTarget(), sa);
|
final TargetSelection ts = new TargetSelection(sa.getTarget(), sa);
|
||||||
final CostPayment payment = new CostPayment(sa.getPayCosts(), sa, game);
|
final CostPayment payment = new CostPayment(sa.getPayCosts(), sa, game);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user