fixed a few more cards which are missing ability text

This commit is contained in:
Evan Kranzler 2022-03-21 19:52:16 -04:00
parent 0f1375ca60
commit 59d718f49e
6 changed files with 27 additions and 22 deletions

View file

@ -1659,6 +1659,9 @@ public class VerifyCardDataTest {
newStr += "{T}: Add {" + c + "}.\n";
}
}
if (!newStr.isEmpty()) {
newStr = newStr.substring(0, newStr.length() - 1);
}
refText = refText.replace(s, newStr);
}