mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Style fix related to the previous merge.
This commit is contained in:
@@ -175,9 +175,8 @@ public class ProtectAi extends SpellAbilityAi {
|
||||
final List<Card> cards = AbilityUtils.getDefinedCards(sa.getHostCard(), sa.getParam("Defined"), sa);
|
||||
if (cards.size() == 0) {
|
||||
return false;
|
||||
}
|
||||
// Affecting single card
|
||||
if (cards.size() == 1) {
|
||||
} else if (cards.size() == 1) {
|
||||
// Affecting single card
|
||||
if ((getProtectCreatures(ai, sa)).contains(cards.get(0))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user