Fix #8027 (Aquamorph Entity)

This commit is contained in:
Alex W. Jackson 2022-03-25 20:27:50 -04:00
parent 4da6cb2731
commit a6c2daeb5e

View file

@ -128,7 +128,7 @@ class AquamorphEntityReplacementEffect extends ReplacementEffectImpl {
break;
}
game.addEffect(new SetPowerToughnessSourceEffect(power, toughness, Duration.Custom, SubLayer.SetPT_7b), source);
return true;
return false;
}
@Override