forked from External/mage
Fix #10444 (Dread Summons)
This commit is contained in:
parent
80cb439862
commit
bdb010cfff
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class DreadSummonsEffect extends OneShotEffect {
|
|||
.count();
|
||||
}
|
||||
if (creatureCount > 0) {
|
||||
token.putOntoBattlefield(creatureCount, game, source, source.getControllerId());
|
||||
token.putOntoBattlefield(creatureCount, game, source, source.getControllerId(), true, false);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue