mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed ImprintedCardManaCost xCount.
This commit is contained in:
@@ -2064,7 +2064,7 @@ public class CardFactoryUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (l[0].startsWith("ImprintedCardManaCost")) {
|
if (l[0].startsWith("ImprintedCardManaCost")) {
|
||||||
if (c.getImprinted().get(0).getCMC() > 0) {
|
if (!c.getImprinted().isEmpty()) {
|
||||||
return c.getImprinted().get(0).getCMC();
|
return c.getImprinted().get(0).getCMC();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user