mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed colors of tokens generated by Kiki-Jiki, Mirror Breaker and Rhys the Redeemed.
This commit is contained in:
@@ -227,6 +227,7 @@ public class CardFactory_Creatures {
|
|||||||
copy.setController(c.getController());
|
copy.setController(c.getController());
|
||||||
|
|
||||||
copy.setManaCost(c.getManaCost());
|
copy.setManaCost(c.getManaCost());
|
||||||
|
copy.setColor(token.getColor());
|
||||||
copy.setToken(true);
|
copy.setToken(true);
|
||||||
|
|
||||||
copy.setType(c.getType());
|
copy.setType(c.getType());
|
||||||
@@ -2666,6 +2667,7 @@ public class CardFactory_Creatures {
|
|||||||
copy.setOwner(token.getController());
|
copy.setOwner(token.getController());
|
||||||
copy.setController(token.getController());
|
copy.setController(token.getController());
|
||||||
copy.setManaCost(token.getManaCost());
|
copy.setManaCost(token.getManaCost());
|
||||||
|
copy.setColor(token.getColor());
|
||||||
copy.setToken(true);
|
copy.setToken(true);
|
||||||
copy.setType(token.getType());
|
copy.setType(token.getType());
|
||||||
copy.setBaseAttack(token.getBaseAttack());
|
copy.setBaseAttack(token.getBaseAttack());
|
||||||
|
|||||||
Reference in New Issue
Block a user