mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- GTC: Added Gideon, Champion of Justice
This commit is contained in:
@@ -85,7 +85,7 @@ public class CountersPutEffect extends SpellEffect {
|
||||
ArrayList<Card> tgtCards;
|
||||
|
||||
final Target tgt = sa.getTarget();
|
||||
if (tgt != null) {
|
||||
if (tgt != null && (tgt.getTargetPlayers().size() == 0)) {
|
||||
tgtCards = tgt.getTargetCards();
|
||||
} else {
|
||||
tgtCards = AbilityFactory.getDefinedCards(card, sa.getParam("Defined"), sa);
|
||||
|
||||
Reference in New Issue
Block a user