mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Renamed SetPolicy for latest print (all editions)
Won't exclude that I will come back at namings after having now worked on CardEdition.Type revision
This commit is contained in:
@@ -6341,7 +6341,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
return cp == null ? StaticData.instance().getCommonCards().getCard(name, set) : cp;
|
||||
}
|
||||
cp = StaticData.instance().getVariantCards().getCard(name);
|
||||
return cp == null ? StaticData.instance().getCommonCards().getCardFromEditions(name, CardArtPreference.LatestPrint) : cp;
|
||||
return cp == null ? StaticData.instance().getCommonCards().getCardFromEditions(name, CardArtPreference.LatestArtAllEditions) : cp;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user