mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fix so Oracle Text appears on fallback image for copies
This commit is contained in:
@@ -116,7 +116,7 @@ public class AiAttackController {
|
||||
}
|
||||
};
|
||||
for (Card c : CardLists.filter(defender.getCardsIn(ZoneType.Battlefield), canAnimate)) {
|
||||
if (c.isToken() && !c.isCopiedToken()) {
|
||||
if (c.isToken() && c.getCopiedPermanent() == null) {
|
||||
continue;
|
||||
}
|
||||
for (SpellAbility sa : c.getSpellAbilities()) {
|
||||
|
||||
Reference in New Issue
Block a user