mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08: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();
|
.count();
|
||||||
}
|
}
|
||||||
if (creatureCount > 0) {
|
if (creatureCount > 0) {
|
||||||
token.putOntoBattlefield(creatureCount, game, source, source.getControllerId());
|
token.putOntoBattlefield(creatureCount, game, source, source.getControllerId(), true, false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue