mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Fixed that amass don't create token is opponent have it;
This commit is contained in:
parent
d0dc6c7731
commit
73f7855e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public class AmassEffect extends OneShotEffect {
|
|||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
if (!game.getBattlefield().contains(filter, 1, game)) {
|
||||
if (!game.getBattlefield().contains(filter, source.getControllerId(), 1, game)) {
|
||||
new CreateTokenEffect(new ZombieArmyToken()).apply(game, source);
|
||||
}
|
||||
Target target = new TargetPermanent(filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue