mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
revert 31631: it does make problems with WrappedAbility
This commit is contained in:
@@ -266,8 +266,6 @@ public final class CardUtil {
|
||||
newCopy.getState(CardStateName.Cloner).copyFrom(in, in.getState(CardStateName.Cloner));
|
||||
}
|
||||
|
||||
newCopy.setZone(in.getZone());
|
||||
|
||||
newCopy.setType(new CardType(in.getType()));
|
||||
newCopy.setToken(in.isToken());
|
||||
newCopy.setTriggers(in.getTriggers(), false);
|
||||
|
||||
Reference in New Issue
Block a user