mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Tree of Perdition - Fixed that changed thougness value did not chnage back after it left battlefield.
This commit is contained in:
parent
171a8b336d
commit
c264da1cca
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class TreeOfPerditionEffect extends OneShotEffect {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
opponent.setLife(amount, game);
|
opponent.setLife(amount, game);
|
||||||
game.addEffect(new SetPowerToughnessSourceEffect(Integer.MIN_VALUE, life, Duration.WhileOnBattlefield, SubLayer.SetPT_7b), source);
|
game.addEffect(new SetPowerToughnessSourceEffect(Integer.MIN_VALUE, life, Duration.Custom, SubLayer.SetPT_7b), source);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue