mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Fix UB accurate autoframe power/toughness
This commit is contained in:
@@ -1704,6 +1704,7 @@ function makeM15NewFrameByLetter(letter, mask = false, maskToRightHalf = false,
|
|||||||
var path = '/img/frames/m15/regular/m15PT';
|
var path = '/img/frames/m15/regular/m15PT';
|
||||||
if (style == 'ub') {
|
if (style == 'ub') {
|
||||||
path = '/img/frames/m15/ub/pt/';
|
path = '/img/frames/m15/ub/pt/';
|
||||||
|
letter = letter.toLowerCase();
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
'name': frameName + ' Power/Toughness',
|
'name': frameName + ' Power/Toughness',
|
||||||
|
Reference in New Issue
Block a user