mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Updated the white borders patch yet again - PTK is a white-bordered edition (source: magiccards.info)
This commit is contained in:
@@ -187,6 +187,7 @@ public class CardPanel extends JPanel implements CardContainer{
|
|||||||
(this.gameCard.getCurSetCode().equals("9ED")) ||
|
(this.gameCard.getCurSetCode().equals("9ED")) ||
|
||||||
(this.gameCard.getCurSetCode().equals("CHR")) ||
|
(this.gameCard.getCurSetCode().equals("CHR")) ||
|
||||||
(this.gameCard.getCurSetCode().equals("S99")) ||
|
(this.gameCard.getCurSetCode().equals("S99")) ||
|
||||||
|
(this.gameCard.getCurSetCode().equals("PTK")) ||
|
||||||
(this.gameCard.getCurSetCode().equals("S00")) ) {
|
(this.gameCard.getCurSetCode().equals("S00")) ) {
|
||||||
if (!isSelected) {
|
if (!isSelected) {
|
||||||
g2d.setColor(Color.black);
|
g2d.setColor(Color.black);
|
||||||
|
|||||||
Reference in New Issue
Block a user