forked from External/mage
refactor: improved target usage, replaced setNotTarget by withNotTarget
This commit is contained in:
parent
dbaa51f462
commit
4b3a19b4d5
385 changed files with 434 additions and 429 deletions
|
|
@ -80,7 +80,7 @@ class ReturnSengirNosferatuEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
Target target = new TargetCardInExile(filter);
|
||||
target.setNotTarget(true);
|
||||
target.withNotTarget(true);
|
||||
if (!target.canChoose(source.getControllerId(), source, game)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue