life is lowercase in MtG syntax in this context

This commit is contained in:
Northmoc
2021-09-08 08:18:39 -04:00
parent 78b23e4316
commit f471d062cb

View File

@@ -57,7 +57,7 @@ public class CostPayLife extends CostPart {
if (desc != null) {
sb.append(desc);
} else {
sb.append(this.getAmount()).append(" Life");
sb.append(this.getAmount()).append(" life");
}
return sb.toString();
}