mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Script fixes (#5413)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user