Added possibility that opponent can activate activateted ability to activatedAbility. Minor changes.

This commit is contained in:
LevelX2 2013-01-31 21:56:11 +01:00
parent 90e4c74a4d
commit eff6ea131f
4 changed files with 22 additions and 5 deletions

View file

@ -12,7 +12,7 @@ import mage.game.permanent.Permanent;
public class ControlEnchantedEffect extends ContinuousEffectImpl<ControlEnchantedEffect> {
public ControlEnchantedEffect() {
super(Constants.Duration.WhileOnBattlefield, Constants.Outcome.Detriment);
super(Constants.Duration.WhileOnBattlefield, Constants.Outcome.GainControl);
staticText = "You control enchanted creature";
}