Fix #10444 (Dread Summons)

This commit is contained in:
xenohedron 2023-06-08 18:32:42 -04:00
parent 80cb439862
commit bdb010cfff

View file

@ -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;
}