diff --git a/index.html b/index.html index e7f28d0e..8ed3326a 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@ -

CARD CONJURER

diff --git a/js/creator-23.js b/js/creator-23.js index 1e5afb95..d47d0ba9 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -3397,7 +3397,7 @@ function writeText(textObject, targetContext) { rawText = rawText.replace(/{cardname}|~/ig, getInlineCardName()); } if (document.querySelector('#info-artist').value == '') { - rawText = rawText.replace('\uFFEE{elemidinfo-artist}', ''); + rawText = rawText.replace('\uFFEE{savex2}{elemidinfo-artist}', ''); } if (rawText.includes('///')) { rawText = rawText.replace(/\/\/\//g, '{flavor}');