Fix Leonardo (#8949)

This commit is contained in:
tool4ever
2025-10-19 10:15:36 +02:00
committed by GitHub
parent 472f94af66
commit 24ef895cb7
4 changed files with 9 additions and 24 deletions

View File

@@ -2469,7 +2469,8 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars, ITr
|| keyword.startsWith("Reconfigure") || keyword.startsWith("Squad")
|| keyword.startsWith("Miracle") || keyword.startsWith("More Than Meets the Eye")
|| keyword.startsWith("Level up") || keyword.startsWith("Plot")
|| keyword.startsWith("Offspring") || keyword.startsWith("Mayhem")) {
|| keyword.startsWith("Offspring") || keyword.startsWith("Mayhem")
|| keyword.startsWith("Sneak")) {
String[] k = keyword.split(":");
sbLong.append(k[0]);
if (k.length > 1) {

View File

@@ -3645,6 +3645,7 @@ public class CardFactoryUtil {
newSA.putParam("Secondary", "True");
newSA.setAlternativeCost(AlternativeCost.Sneak);
newSA.setIntrinsic(intrinsic);
newSA.getRestrictions().setInstantSpeed(true);
inst.addSpellAbility(newSA);
} else if (keyword.startsWith("Station")) {
String effect = "AB$ PutCounter | Cost$ tapXType<1/Creature.Other> | Defined$ Self " +