mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
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…
Reference in a new issue