mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Disrupting Shoal and Minamo's Meddling
This commit is contained in:
@@ -116,6 +116,12 @@ public class CounterEffect extends SpellAbilityEffect {
|
||||
sa.getSourceCard().addRemembered(tgtSACard);
|
||||
}
|
||||
}
|
||||
|
||||
if (sa.hasParam("RememberSplicedOntoCounteredSpell")) {
|
||||
if (tgtSA.getSplicedCards() != null) {
|
||||
sa.getSourceCard().getRemembered().addAll(tgtSA.getSplicedCards());
|
||||
}
|
||||
}
|
||||
}
|
||||
} // end counterResolve
|
||||
|
||||
|
||||
Reference in New Issue
Block a user