forked from External/mage
* Kicker - Fixed that kicker did not work correctly if the kicker card did change zone again before kicker dependant ability resolved.
This commit is contained in:
parent
14a8632f0f
commit
db5526a1c6
9 changed files with 145 additions and 55 deletions
|
|
@ -50,7 +50,7 @@ public class MultikickerCount implements DynamicValue {
|
|||
if (card != null) {
|
||||
for (Ability ability: card.getAbilities()) {
|
||||
if (ability instanceof KickerAbility) {
|
||||
count += ((KickerAbility) ability).getKickedCounter(game);
|
||||
count += ((KickerAbility) ability).getKickedCounter(game, source);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue