mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fixed Fireflux Squad target text
This commit is contained in:
parent
06866b5e50
commit
e520226962
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class FirefluxSquad extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterControlledCreaturePermanent("");
|
||||
private static final FilterPermanent filter
|
||||
= new FilterControlledCreaturePermanent("another attacking creature you control");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
|
|
Loading…
Add table
Reference in a new issue