forked from External/mage
Fix #9709
This commit is contained in:
parent
c9117a4f39
commit
414613623a
12 changed files with 77 additions and 110 deletions
|
|
@ -98,8 +98,7 @@ public abstract class RestrictionEffect extends ContinuousEffectImpl {
|
|||
return true;
|
||||
}
|
||||
|
||||
public boolean canTransform(Permanent permanent, Ability source, Game game, boolean canUseChooseDialogs) {
|
||||
public boolean canTransform(Game game, boolean canUseChooseDialogs) {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue