m15 tapped, abu frames, invocation

This commit is contained in:
Kyle
2021-05-06 14:36:57 -07:00
parent 0ad04bd82b
commit abff65da5c
66 changed files with 182 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
//checks to see if it needs to run
if (!card.manaSymbols.includes('/js/frames/manaSymbolsOld.js')) {
card.manaSymbols.push('/js/frames/manaSymbolsOld.js');
}
if (findManaSymbolIndex('old') == -1) {
loadManaSymbols([
'old/oldw', 'old/oldu', 'old/oldb', 'old/oldr', 'old/oldg',
]);
}