mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Prefer random token from set (#7961)
* Prefer random token from set * Aoivd the array cost * Forgot import * ImageUtil * Fix some tokens
This commit is contained in:
@@ -224,7 +224,7 @@ public class ImageCache {
|
||||
&& ipc != null && !ipc.getArtist().isEmpty();
|
||||
String originalKey = imageKey;
|
||||
if (useArtCrop) {
|
||||
if (ipc != null && ipc.getRules().getSplitType() == CardSplitType.Flip) {
|
||||
if (ipc.getRules().getSplitType() == CardSplitType.Flip) {
|
||||
// Art crop will always use front face as image key for flip cards
|
||||
imageKey = ipc.getCardImageKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user