mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge branch 'master' into 'master'
Set ExiledWith for the LKI copies (fixes Colfenor's Plans) Closes #1215 See merge request core-developers/forge!2321
This commit is contained in:
@@ -296,6 +296,8 @@ public final class CardUtil {
|
|||||||
newCopy.setCastSA(in.getCastSA());
|
newCopy.setCastSA(in.getCastSA());
|
||||||
newCopy.setCastFrom(in.getCastFrom());
|
newCopy.setCastFrom(in.getCastFrom());
|
||||||
|
|
||||||
|
newCopy.setExiledWith(in.getExiledWith());
|
||||||
|
|
||||||
return newCopy;
|
return newCopy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user