mirror of
https://github.com/correl/mage.git
synced 2025-01-14 19:12:07 +00:00
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…
Reference in a new issue