mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix dumping and restoring game state with morphed creatures.
This commit is contained in:
@@ -5662,7 +5662,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
|
||||
public final String getMostRecentSet() {
|
||||
return StaticData.instance().getCommonCards().getCard(getName()).getEdition();
|
||||
return StaticData.instance().getCommonCards().getCard(getPaperCard().getName()).getEdition();
|
||||
}
|
||||
|
||||
public final String getImageKey() {
|
||||
|
||||
Reference in New Issue
Block a user