mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
[KHM] fixed Old-Growth Troll rollback error (fixes #7453)
This commit is contained in:
parent
a373d326e5
commit
c1719d06d1
1 changed files with 4 additions and 4 deletions
|
|
@ -177,7 +177,7 @@ class OldGrowthTrollContinuousEffect extends ContinuousEffectImpl {
|
||||||
troll.addAbility(new EnchantAbility(auraTarget.getTargetName()));
|
troll.addAbility(new EnchantAbility(auraTarget.getTargetName()));
|
||||||
|
|
||||||
// add the activated ability
|
// add the activated ability
|
||||||
troll.addAbility(makeAbility());
|
troll.addAbility(makeAbility(), source.getSourceId(), game);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue