mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
*Fixed alternate card face images for AI.
This commit is contained in:
@@ -1375,6 +1375,12 @@ public class GameAction {
|
|||||||
// get card picture so that it is in the image cache
|
// get card picture so that it is in the image cache
|
||||||
// ImageCache.getImage(card);
|
// ImageCache.getImage(card);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (card.hasAlternateState()) {
|
||||||
|
card.changeState();
|
||||||
|
card.setImageFilename(CardUtil.buildFilename(card));
|
||||||
|
card.changeState();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (RAICards.size() > 0) {
|
if (RAICards.size() > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user