diff --git a/img/manaSymbols/2g.svg b/img/manaSymbols/2g.svg index 10bd9080..73d6d586 100644 --- a/img/manaSymbols/2g.svg +++ b/img/manaSymbols/2g.svg @@ -2,16 +2,38 @@ + id="svg5050" + sodipodi:docname="2g.svg" + inkscape:version="1.2.2 (732a01da63, 2022-12-09)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + - + - - - - + + diff --git a/img/manaSymbols/purpleg.svg b/img/manaSymbols/purpleg.svg index e209a21e..cbbde8a4 100644 --- a/img/manaSymbols/purpleg.svg +++ b/img/manaSymbols/purpleg.svg @@ -1,16 +1,68 @@ - - - - - - + + + + + + + + + + + + - - - - - - - diff --git a/img/manaSymbols/rg.svg b/img/manaSymbols/rg.svg index f18109ed..e994f548 100644 --- a/img/manaSymbols/rg.svg +++ b/img/manaSymbols/rg.svg @@ -1 +1,54 @@ - \ No newline at end of file + + + + + + + + + diff --git a/js/creator-23.js b/js/creator-23.js index db2bf296..0fdaf5f6 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -775,7 +775,7 @@ function autoFrame() { } } - if (rules.includes('any color') || rules.includes('any one color') || rules.includes('chosen color') || rules.includes('any combination of colors')) { + if (rules.includes('any color') || rules.includes('any one color') || rules.includes('choose a color') || rules.includes('any combination of colors')) { colors = ['W', 'U', 'B', 'R', 'G']; }