forked from External/mage
Fix Tribute to the World Tree
This commit is contained in:
parent
b437b38888
commit
a8ff9b48ec
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class TributeToTheWorldTreeEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
if (permanent.getPower().getValue() < 3) {
|
||||
return permanent.addCounters(CounterType.P1P1.createInstance(), source, game);
|
||||
return permanent.addCounters(CounterType.P1P1.createInstance(2), source, game);
|
||||
}
|
||||
Player player = game.getPlayer(source.getControllerId());
|
||||
return player != null && player.drawCards(1, source, game) > 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue