mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Domri's Ambush not dealing the correct amount of damage (fixes #5735)
This commit is contained in:
parent
0e79ab3855
commit
9ea6fd2b62
1 changed files with 2 additions and 1 deletions
|
@ -75,6 +75,7 @@ class DomrisAmbushEffect extends OneShotEffect {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
permanent.addCounters(CounterType.P1P1.createInstance(), source, game);
|
permanent.addCounters(CounterType.P1P1.createInstance(), source, game);
|
||||||
|
game.applyEffects();
|
||||||
return new DamageWithPowerTargetEffect().apply(game, source);
|
return new DamageWithPowerTargetEffect().apply(game, source);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue