mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed Essence of the Wild cloning weirdness.
This commit is contained in:
@@ -524,7 +524,6 @@ public class CardFactory {
|
|||||||
to.getCharacteristics().copyFrom(characteristics);
|
to.getCharacteristics().copyFrom(characteristics);
|
||||||
// handle triggers and replacement effect through Card class interface
|
// handle triggers and replacement effect through Card class interface
|
||||||
to.setTriggers(characteristics.getTriggers());
|
to.setTriggers(characteristics.getTriggers());
|
||||||
to.setReplacementEffects(characteristics.getReplacementEffects());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void copySpellAbility(SpellAbility from, SpellAbility to) {
|
public static void copySpellAbility(SpellAbility from, SpellAbility to) {
|
||||||
|
|||||||
Reference in New Issue
Block a user