mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Festive Funeral
This commit is contained in:
parent
ee9b76ab35
commit
788a879c7f
3 changed files with 43 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import mage.abilities.Ability;
|
|||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.effects.Effect;
|
||||
import mage.filter.FilterCard;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
|
||||
|
|
@ -17,7 +18,7 @@ public class CardsInControllerGraveyardCount implements DynamicValue {
|
|||
private Integer amount;
|
||||
|
||||
public CardsInControllerGraveyardCount() {
|
||||
this(new FilterCard(), 1);
|
||||
this(StaticFilters.FILTER_CARD, 1);
|
||||
}
|
||||
|
||||
public CardsInControllerGraveyardCount(FilterCard filter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue