mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Living Lore
This commit is contained in:
@@ -1313,7 +1313,8 @@ public class CardFactoryUtil {
|
||||
else {
|
||||
ce = c;
|
||||
}
|
||||
return doXMath(ce.getCMC(), m, c);
|
||||
|
||||
return doXMath(ce == null ? 0 : ce.getCMC(), m, c);
|
||||
}
|
||||
// Count$SumCMC_valid
|
||||
if (sq[0].contains("SumCMC")) {
|
||||
|
||||
Reference in New Issue
Block a user