forked from GithubMirrors/cardconjurer
m15 tapped, abu frames, invocation
This commit is contained in:
9
js/frames/manaSymbolsOld.js
Normal file
9
js/frames/manaSymbolsOld.js
Normal 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',
|
||||
]);
|
||||
}
|
Reference in New Issue
Block a user