mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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
|
||||
// ImageCache.getImage(card);
|
||||
}
|
||||
|
||||
if (card.hasAlternateState()) {
|
||||
card.changeState();
|
||||
card.setImageFilename(CardUtil.buildFilename(card));
|
||||
card.changeState();
|
||||
}
|
||||
}
|
||||
}
|
||||
if (RAICards.size() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user