mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
life is lowercase in MtG syntax in this context
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user