This commit is contained in:
Evan Kranzler 2019-01-13 17:36:42 -05:00
commit 9aac44b52a
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ public final class GateColossus extends CardImpl {
class GateColossusCostReductionEffect extends CostModificationEffectImpl {
static final FilterControlledPermanent filter = new FilterControlledPermanent();
static final FilterControlledPermanent filter = new FilterControlledPermanent("a Gate");
static {
filter.add(new SubtypePredicate(SubType.GATE));