mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
1) Add serialVersionUID to Phyrexian Plaguelord
2) Comment out the unused imports located in: Gui_DeckEditor Gui_WinLose
This commit is contained in:
@@ -2222,7 +2222,9 @@ public class CardFactory_Creatures {
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Phyrexian Plaguelord")) {
|
||||
final SpellAbility negMajorBoost = new Ability_Tap(card, "0") {
|
||||
@Override
|
||||
private static final long serialVersionUID = -7797077528670642603L;
|
||||
|
||||
@Override
|
||||
public void resolve() {
|
||||
final Card[] target = new Card[1];
|
||||
final Command untilEOT = new Command() {
|
||||
|
||||
@@ -5,13 +5,13 @@ package forge;
|
||||
import java.awt.Color;
|
||||
import java.awt.Component;
|
||||
import java.awt.Container;
|
||||
import java.awt.Dimension;
|
||||
// import java.awt.Dimension;
|
||||
import java.awt.Font;
|
||||
import java.awt.Frame;
|
||||
import java.awt.GridLayout;
|
||||
import java.awt.Image;
|
||||
import java.awt.Point;
|
||||
import java.awt.Rectangle;
|
||||
//import java.awt.Rectangle;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ItemEvent;
|
||||
import java.awt.event.ItemListener;
|
||||
|
||||
@@ -4,7 +4,7 @@ package forge;
|
||||
|
||||
import java.awt.Color;
|
||||
import java.awt.Dimension;
|
||||
import java.awt.Rectangle;
|
||||
// import java.awt.Rectangle;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.WindowEvent;
|
||||
import java.io.File;
|
||||
|
||||
Reference in New Issue
Block a user