- Added better support for Tokens and new Color handling

- Bugfix: Added color into copyStats since tokens use that to multiply.
This commit is contained in:
jendave
2011-08-06 08:23:11 +00:00
parent 44ef5d830d
commit fdb014d1f9
4 changed files with 9 additions and 5 deletions

View File

@@ -10825,6 +10825,7 @@ public class CardFactory implements NewConstants {
c.setType(sim.getType());
c.setText(sim.getSpellText());
c.setManaCost(sim.getManaCost());
c.addColor(sim.getManaCost());
c.setSVars(sim.getSVars());
return c;