mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
* Bronzehide Lion - fixed rollback error on usage (fixes #7564);
This commit is contained in:
parent
6e661e6d97
commit
00c7b3753c
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue