reverting change r922 - new Color stuff wasn't working as well as I'd hoped. Continuing work locally.

This commit is contained in:
jendave
2011-08-06 04:21:36 +00:00
parent d9a7ec80fd
commit d960a42d12
7 changed files with 21 additions and 354 deletions

View File

@@ -1,5 +1,5 @@
package forge;
package forge;
import java.io.File;
import java.util.ArrayList;
@@ -19838,8 +19838,6 @@ public class CardFactory implements NewConstants {
c.setType(sim.getType());
c.setText(sim.getSpellText());
c.setManaCost(sim.getManaCost());
//for Color refactor
//c.setBaseColors(sim.getBaseColors());
return c;
}// copyStats()