mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fixed: Hoard-Smelter Dragon gets +X\+X instead of +X\+0
This commit is contained in:
parent
90c54aad24
commit
f01ea0c775
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ class HoardSmelterEffect extends ContinuousEffectImpl<HoardSmelterEffect> {
|
|||
Permanent target = game.getPermanent(source.getSourceId());
|
||||
if (target != null) {
|
||||
target.addPower(costValue);
|
||||
target.addToughness(costValue);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue