[NEO] fixed Mirror Box not boosting creatures (fixes #8779)

This commit is contained in:
Evan Kranzler 2022-03-19 09:58:36 -04:00
parent 36a41a81a3
commit 286b3dad2a

View file

@ -112,7 +112,7 @@ class MirrorBoxBoostEffect extends ContinuousEffectImpl {
public boolean apply(Game game, Ability source) {
List<Permanent> permanents = game.getBattlefield().getActivePermanents(
StaticFilters.FILTER_CONTROLLED_CREATURE,
source.getSourceId(), source.getControllerId(), game
source.getControllerId(), source.getSourceId(), game
);
for (Permanent permanent : game.getBattlefield().getActivePermanents(
filter, source.getControllerId(), source.getSourceId(), game