forked from External/mage
Fix #8027 (Aquamorph Entity)
This commit is contained in:
parent
4da6cb2731
commit
a6c2daeb5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue