mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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…
Reference in a new issue