mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
* Some minor changes.
This commit is contained in:
parent
9e8157827a
commit
0069241027
8 changed files with 10 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue