* Bronzehide Lion - fixed rollback error on usage (fixes #7564);

This commit is contained in:
Oleg Agafonov 2021-03-07 18:35:32 +04:00
parent 6e661e6d97
commit 00c7b3753c

View file

@ -165,7 +165,8 @@ class BronzehideLionContinuousEffect extends ContinuousEffectImpl {
// add the activated ability
activatedAbility.setControllerId(source.getControllerId());
lion.addAbility(activatedAbility);
lion.addAbility(activatedAbility, source.getSourceId(), game);
break;
}
return true;
}