forked from External/mage
Added Izzet Guildmage, Roling Spoil, Commandeer, Razor Golem, Guardian of the Guildpact.
This commit is contained in:
parent
496331995a
commit
0459322857
10 changed files with 529 additions and 4 deletions
|
|
@ -11,7 +11,8 @@ import mage.filter.common.FilterControlledPermanent;
|
|||
import mage.game.Game;
|
||||
|
||||
public class AffinityEffect extends CostModificationEffectImpl {
|
||||
private FilterControlledPermanent filter;
|
||||
|
||||
private final FilterControlledPermanent filter;
|
||||
|
||||
public AffinityEffect(FilterControlledPermanent affinityFilter) {
|
||||
super(Duration.Custom, Outcome.Benefit, CostModificationType.REDUCE_COST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue