Script fixes (#5413)

This commit is contained in:
tool4ever
2024-06-12 07:46:14 +02:00
committed by GitHub
parent ca5a627035
commit 00e0aa979c
8 changed files with 10 additions and 10 deletions

View File

@@ -248,7 +248,7 @@ public final class GameActionUtil {
// do only non intrinsic
if (iSa.isSpell() && !iSa.isIntrinsic()) {
alternatives.add(iSa);
alternatives.addAll(getMayPlaySpellOptions(iSa, source, activator, altCostOnly));
alternatives.addAll(getMayPlaySpellOptions(iSa, stackCopy, activator, altCostOnly));
// currently only AltCost get added this way
}
}