forked from External/mage
* Vindictive Lich (mode target handling not fixed yet).
This commit is contained in:
parent
791722e468
commit
9ac7fe27f0
7 changed files with 273 additions and 109 deletions
|
|
@ -858,7 +858,10 @@ public abstract class AbilityImpl implements Ability {
|
|||
|
||||
@Override
|
||||
public Targets getTargets() {
|
||||
return getModes().getMode().getTargets();
|
||||
if (getModes().getMode() != null) {
|
||||
return getModes().getMode().getTargets();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue