mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
fix tooltip for Gate Colossus, update the Riot ability choose popup
This commit is contained in:
parent
14ac6609db
commit
1eb668b608
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue