mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fix Essence of the Wild interaction with ETB creatures
This commit is contained in:
@@ -84,6 +84,7 @@ public class CloneEffect extends SpellAbilityEffect {
|
|||||||
List<Card> cloneTargets = AbilityUtils.getDefinedCards(host, sa.getParam("CloneTarget"), sa);
|
List<Card> cloneTargets = AbilityUtils.getDefinedCards(host, sa.getParam("CloneTarget"), sa);
|
||||||
if (!cloneTargets.isEmpty()) {
|
if (!cloneTargets.isEmpty()) {
|
||||||
tgtCard = cloneTargets.get(0);
|
tgtCard = cloneTargets.get(0);
|
||||||
|
game.getTriggerHandler().clearInstrinsicActiveTriggers(tgtCard);
|
||||||
}
|
}
|
||||||
|
|
||||||
// determine the image to be used for the clone
|
// determine the image to be used for the clone
|
||||||
|
|||||||
Reference in New Issue
Block a user