mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user