- Fixed Essence of the Wild cloning weirdness.

This commit is contained in:
Sloth
2013-05-25 07:17:44 +00:00
parent 2ab06b5798
commit cf7edd2ec3

View File

@@ -524,7 +524,6 @@ public class CardFactory {
to.getCharacteristics().copyFrom(characteristics);
// handle triggers and replacement effect through Card class interface
to.setTriggers(characteristics.getTriggers());
to.setReplacementEffects(characteristics.getReplacementEffects());
}
public static void copySpellAbility(SpellAbility from, SpellAbility to) {