- Fix Essence of the Wild interaction with ETB creatures

This commit is contained in:
Sol
2014-11-14 02:57:21 +00:00
parent 8378776ccc
commit 0a1f5d19e7

View File

@@ -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