forked from External/mage
fixed a few more cards which are missing ability text
This commit is contained in:
parent
0f1375ca60
commit
59d718f49e
6 changed files with 27 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue