Remove flavor text bar from Phyrexian auto frame

This commit is contained in:
Josh Birnholz
2023-02-04 15:16:35 -05:00
committed by Josh birnholz
parent 46c8f688ba
commit 03b1bd3b3c

View File

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