mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Renamed SetPolicy for old 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:
@@ -1702,7 +1702,7 @@ public class CardProperty {
|
||||
} else if (property.startsWith("set")) {
|
||||
final String setCode = property.substring(3, 6);
|
||||
final PaperCard setCard = StaticData.instance().getCommonCards().getCardFromEditions(card.getName(),
|
||||
CardDb.CardArtPreference.OldPrint);
|
||||
CardDb.CardArtPreference.OldArtAllEditions);
|
||||
if (!setCard.getEdition().equals(setCode)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user