Combat_End and Creature.attacking
I am trying to use an ability with the following targeting at the End_Combat phase:
Thanks,
slapshot5
- Code: Select all
final String Tgts[] = {"Creature.attacking"};
Target target = new Target("TgtV", "Select target attacking creature.", Tgts);
Thanks,
slapshot5