mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Little fix to the tapXType cost description.
This commit is contained in:
@@ -414,7 +414,8 @@ public class Ability_Cost {
|
||||
cost.append("Tap ");
|
||||
else
|
||||
cost.append(", tap ");
|
||||
cost.append(convertIntAndTypeToWords(tapXTypeAmount, "untapped " + tapXType +" you control"));
|
||||
cost.append(convertIntAndTypeToWords(tapXTypeAmount, "untapped " + tapXType));
|
||||
cost.append(" you control");
|
||||
// cost.append(tapXType); // needs IsValid String converter
|
||||
first = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user