- Added Living Lore

This commit is contained in:
Sol
2015-03-21 04:13:58 +00:00
parent 9c9b42e9fb
commit 15e5e59d52
3 changed files with 16 additions and 1 deletions

View File

@@ -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")) {