forked from External/mage
typo fixed (related to #11068), added backup ability docs
This commit is contained in:
parent
22961162ad
commit
6768184e18
2 changed files with 30 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class CombatDamageByToughnessTargetEffect extends ContinuousEffectImpl {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
Set<Permanent> set = targetPointer.getTargets(game, source).stream()
|
||||
.map(game::getPermanent)
|
||||
.filter(Objects::isNull)
|
||||
.filter(Objects::nonNull)
|
||||
.collect(Collectors.toSet());
|
||||
|
||||
FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue