* Some minor changes.

This commit is contained in:
LevelX2 2015-05-02 12:19:44 +02:00
parent 9e8157827a
commit 0069241027
8 changed files with 10 additions and 9 deletions

View file

@ -40,7 +40,8 @@ import mage.game.permanent.Permanent;
* @author nantuko
*/
public class AddCardTypeTargetEffect extends ContinuousEffectImpl {
private CardType addedCardType;
private final CardType addedCardType;
public AddCardTypeTargetEffect(CardType addedCardType, Duration duration) {
super(duration, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.Benefit);