forked from External/mage
Fixes #512
This commit is contained in:
parent
7ddd36af0f
commit
5ede7221c8
199 changed files with 637 additions and 557 deletions
|
|
@ -80,7 +80,7 @@ public class SetPowerToughnessSourceEffect extends ContinuousEffectImpl {
|
|||
return false;
|
||||
}
|
||||
if (amount != null) {
|
||||
int value = amount.calculate(game, source);
|
||||
int value = amount.calculate(game, source, this);
|
||||
mageObject.getPower().setValue(value);
|
||||
mageObject.getToughness().setValue(value);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue