mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
custom neon frames
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//checks to see if it needs to run
|
||||
if (!card.manaSymbols.includes('/js/frames/manaSymbolsOutline.js')) {
|
||||
card.manaSymbols.push('/js/frames/manaSymbolsOutline.js');
|
||||
if (!card.manaSymbols.includes('/js/frames/manaSymbolsMysticalArchiveJP.js')) {
|
||||
card.manaSymbols.push('/js/frames/manaSymbolsMysticalArchiveJP.js');
|
||||
}
|
||||
if (findManaSymbolIndex('majpw') == -1) {
|
||||
loadManaSymbols([
|
||||
|
Reference in New Issue
Block a user