old mana symbols

This commit is contained in:
Kyle
2020-08-20 19:56:58 -07:00
parent 561d0b54b2
commit 5422bbf94e
6 changed files with 51 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
if (!loadedVersions.includes('legends/version')) {
loadedVersions.push('legends/version')
addToManaSymbolList('/data/images/cardImages/manaSymbols/old/', ["oldw.svg", "oldu.svg", "oldb.svg", "oldr.svg", "oldg.svg"])
notify('The Legends frame uses special mana symbols for WUBRG. If you would like to use these, just add an "old" at the beginning of each symbol. For example, "2 g g" would become "2 oldg oldg".', '#aaffaae0')
}
if (currentVersion != 'legends/version') {