mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Fixed Rarity not being displayed in-game.
This commit is contained in:
@@ -173,6 +173,7 @@ public abstract class AbstractCardFactory implements NewConstants, CardFactoryIn
|
||||
public final Card copyCard(final Card in) {
|
||||
final Card out = this.getCard(in.getName(), in.getOwner());
|
||||
out.setUniqueNumber(in.getUniqueNumber());
|
||||
out.setCurSetCode(in.getCurSetCode());
|
||||
|
||||
CardFactoryUtil.copyCharacteristics(in, out);
|
||||
if (in.hasAlternateState()) {
|
||||
|
||||
Reference in New Issue
Block a user