mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Remove flavor text bar from Phyrexian auto frame
This commit is contained in:

committed by
Josh birnholz

parent
46c8f688ba
commit
03b1bd3b3c
@@ -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, ' — ');
|
||||||
|
Reference in New Issue
Block a user