mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Small fix for Orcish Captain.
This commit is contained in:
@@ -29,7 +29,7 @@ public class FlipACoinAi extends SpellAbilityAi {
|
|||||||
}
|
}
|
||||||
sa.resetTargets();
|
sa.resetTargets();
|
||||||
for (Card c : ai.getOpponent().getCreaturesInPlay()) {
|
for (Card c : ai.getOpponent().getCreaturesInPlay()) {
|
||||||
if (c.canBeTargetedBy(sa)) {
|
if (sa.canTarget(c)) {
|
||||||
sa.getTargets().add(c);
|
sa.getTargets().add(c);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user