mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -2065,7 +2065,7 @@ public class CardFactoryCreatures {
|
||||
|
||||
AllZone.getTriggerHandler().suppressMode("Transformed");
|
||||
|
||||
if(copyTarget[0].isToken()) {
|
||||
if (copyTarget[0].isToken()) {
|
||||
cloned = CardFactoryUtil.copyStats(copyTarget[0]);
|
||||
|
||||
cloned.setName(copyTarget[0].getName());
|
||||
|
||||
Reference in New Issue
Block a user