forked from External/mage
fixed Unleash Fury tripling power rather than doubling
This commit is contained in:
parent
2f211dfe3b
commit
3f4f0bba8c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class UnleashFuryEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
game.addEffect(new BoostTargetEffect(
|
||||
2 * permanent.getPower().getValue(), 0, Duration.EndOfTurn
|
||||
permanent.getPower().getValue(), 0, Duration.EndOfTurn
|
||||
), source);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue