mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update invocation frame, add MUL invocation frame
This commit is contained in:
@@ -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, ' — ');
|
||||
|
Reference in New Issue
Block a user