forked from External/mage
Added possibility that opponent can activate activateted ability to activatedAbility. Minor changes.
This commit is contained in:
parent
90e4c74a4d
commit
eff6ea131f
4 changed files with 22 additions and 5 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue