mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Replace OnlyOpponentCanActivate by MayActivate
This commit is contained in:
parent
e1ffa37af9
commit
4aeece6764
3 changed files with 35 additions and 14 deletions
|
|
@ -77,7 +77,7 @@ public class SoulRansom extends CardImpl<SoulRansom> {
|
|||
effect = new DrawCardControllerEffect(2);
|
||||
effect.setText("Then draws two cards. Only any opponent may activate this ability");
|
||||
ability2.addEffect(effect);
|
||||
ability2.setOnlyOpponentCanActivate(true);
|
||||
ability2.setMayActivate(Constants.TargetController.OPPONENT);
|
||||
this.addAbility(ability2);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue