mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Aligned to latest constructor including Artist Name for foiled version.
This commit is contained in:
@@ -183,8 +183,7 @@ public class LegacyCardDb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public PaperCard getFoiled(PaperCard card0) {
|
public PaperCard getFoiled(PaperCard card0) {
|
||||||
// Here - I am still unsure if there should be a cache Card->Card from unfoiled to foiled, to avoid creation of N instances of single plains
|
return new PaperCard(card0.getRules(), card0.getEdition(), card0.getRarity(), card0.getArtIndex(), true, card0.getArtist());
|
||||||
return new PaperCard(card0.getRules(), card0.getEdition(), card0.getRarity(), card0.getArtIndex(), true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public PaperCard getCardFromEdition(final String cardName, LegacySetPreference fromSet) {
|
public PaperCard getCardFromEdition(final String cardName, LegacySetPreference fromSet) {
|
||||||
|
|||||||
Reference in New Issue
Block a user