Update invocation frame, add MUL invocation frame

This commit is contained in:
Josh birnholz
2023-04-01 21:19:33 -04:00
parent 011ee4deb1
commit feb33df578
37 changed files with 54 additions and 9 deletions

View File

@@ -2322,6 +2322,7 @@ function writeText(textObject, targetContext) {
rawText = rawText.replace(/\/\//g, '{lns}');
}
if (autoFramePack == 'Seventh' || autoFramePack == '8th' || autoFramePack == 'Praetors') {
if (autoFramePack == 'Seventh' || autoFramePack == '8th' || autoFramePack == 'Praetors' || card.version == 'invocation') {
rawText = rawText.replace(/{flavor}/g, '{oldflavor}');
}
rawText = rawText.replace(/ - /g, ' — ');