Merge branch 'master' into newmaster

This commit is contained in:
Anthony Calosa
2022-08-03 22:51:26 +08:00

View File

@@ -29,6 +29,12 @@ public class StaticAbilityPanharmonicon {
return n;
}
// "triggers only once" means it can't happen
if (t.hasParam("ActivationLimit")) {
// currently no other limits, so no further calculation needed
return n;
}
CardCollectionView cardList = null;
// if LTB look back
if (t.getMode() == TriggerType.ChangesZone && "Battlefield".equals(t.getParam("Origin"))) {