forked from External/mage
fixed God-Eternal Rhonas incorrectly boosting toughness
This commit is contained in:
parent
8db2e63ae4
commit
4556725ecd
1 changed files with 1 additions and 2 deletions
|
|
@ -87,8 +87,7 @@ class GodEternalRhonasEffect extends OneShotEffect {
|
|||
}
|
||||
ContinuousEffect effect = new BoostTargetEffect(
|
||||
permanent.getPower().getValue(),
|
||||
permanent.getToughness().getValue(),
|
||||
Duration.EndOfTurn
|
||||
0, Duration.EndOfTurn
|
||||
);
|
||||
effect.setTargetPointer(new FixedTarget(permanent, game));
|
||||
game.addEffect(effect, source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue