mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'master' into newmaster
This commit is contained in:
@@ -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"))) {
|
||||
|
||||
Reference in New Issue
Block a user