mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
reverting change r922 - new Color stuff wasn't working as well as I'd hoped. Continuing work locally.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user