mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
mana symbol mapping + hybrid phyrexian
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
if (!card.manaSymbols.includes('/js/frames/manaSymbolsOld.js')) {
|
||||
card.manaSymbols.push('/js/frames/manaSymbolsOld.js');
|
||||
}
|
||||
if (findManaSymbolIndex('old') == -1) {
|
||||
if (!mana.get('old')) {
|
||||
loadManaSymbols([
|
||||
'old/oldw', 'old/oldu', 'old/oldb', 'old/oldr', 'old/oldg',
|
||||
]);
|
||||
|
Reference in New Issue
Block a user