mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Orzhov Advokist - Fixed that 2 instead of 4 counters were added to the target creature.
This commit is contained in:
parent
ef75ac8419
commit
4ed988843b
1 changed files with 0 additions and 4 deletions
|
@ -109,10 +109,6 @@ class OrzhovAdvokistEffect extends OneShotEffect {
|
|||
if (player.choose(outcome, target, playerId, game)) {
|
||||
creatures.add(target.getFirstTarget());
|
||||
players.add(player.getId());
|
||||
Permanent creature = game.getPermanent(target.getFirstTarget());
|
||||
if (creature != null) {
|
||||
creature.addCounters(CounterType.P1P1.createInstance(2), game);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue