Added Izzet Guildmage, Roling Spoil, Commandeer, Razor Golem, Guardian of the Guildpact.

This commit is contained in:
LevelX2 2014-12-03 21:51:59 +01:00
parent 496331995a
commit 0459322857
10 changed files with 529 additions and 4 deletions

View file

@ -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);