mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Nameless Race edit
This commit is contained in:
parent
38930c7079
commit
2a26ef24a5
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class NamelessRaceEffect extends OneShotEffect {
|
|||
controller.loseLife(payAmount, game, false);
|
||||
game.informPlayers(new StringBuilder(sourceCard.getLogName()).append(": ").append(controller.getLogName())
|
||||
.append(" pays ").append(payAmount).append(" life").toString());
|
||||
game.addEffect(new SetPowerToughnessSourceEffect(payAmount, payAmount, Duration.WhileOnBattlefield, SubLayer.SetPT_7b), source);
|
||||
game.addEffect(new SetPowerToughnessSourceEffect(payAmount, payAmount, Duration.Custom, SubLayer.SetPT_7b), source);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue