mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
parent
c36f976741
commit
bf172f7c8f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class StrengthOfTheTajuruAddCountersTargetEffect extends OneShotEffect {
|
|||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
int affectedTargets = 0;
|
||||
int amount = source.getManaCostsToPay().getX() + 1;
|
||||
int amount = source.getManaCostsToPay().getX();
|
||||
Counter counter = CounterType.P1P1.createInstance(amount);
|
||||
for (UUID uuid : targetPointer.getTargets(game, source)) {
|
||||
Permanent permanent = game.getPermanent(uuid);
|
||||
|
|
Loading…
Reference in a new issue