forked from External/mage
redesigned evasion abilities and added restriction and requirement effects
This commit is contained in:
parent
ab1f0b5f11
commit
0ce1f50734
44 changed files with 839 additions and 356 deletions
|
|
@ -145,4 +145,9 @@ public abstract class ContinuousEffectImpl<T extends ContinuousEffectImpl<T>> ex
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isInactive(Ability source, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue