mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Found a better way to fix the token bug (other way might cause other bugs somewhere else).
This commit is contained in:
@@ -17262,11 +17262,6 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
|
||||
c.setText(sim.getSpellText());
|
||||
c.setManaCost(sim.getManaCost());
|
||||
|
||||
if (!sim.getOwner().equals(""))
|
||||
c.setOwner(sim.getOwner());
|
||||
if (!sim.getController().equals(""))
|
||||
c.setController(sim.getController());
|
||||
|
||||
return c;
|
||||
}// copyStats()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user