mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
- missed one card in the last commit.
This commit is contained in:
parent
0b83615928
commit
d42ca9767a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class KarrthusEffect extends OneShotEffect {
|
|||
List<Permanent> dragons = game.getBattlefield().getAllActivePermanents(filter, game);
|
||||
for (Permanent dragon : dragons) {
|
||||
ContinuousEffect effect = new KarrthusControlEffect(source.getControllerId());
|
||||
effect.setTargetPointer(new FixedTarget(dragon.getId()));
|
||||
effect.setTargetPointer(new FixedTarget(dragon.getId(), game));
|
||||
game.addEffect(effect, source);
|
||||
}
|
||||
for (Permanent dragon : dragons) {
|
||||
|
|
Loading…
Reference in a new issue