mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Fix 8th edition autoframe P/T
This commit is contained in:
@@ -1257,7 +1257,7 @@ function make8thEditionFrameByLetter(letter, mask = false, maskToRightHalf = fal
|
||||
if (mask == 'PT') {
|
||||
if (letter.length > 1) {
|
||||
letter = letter[0];
|
||||
} else if (letter = 'C') {
|
||||
} else if (letter == 'C') {
|
||||
letter = 'L';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user