This commit is contained in:
Adam Pantel
2021-04-17 04:22:25 +00:00
committed by Michael Kamensky
parent 8468c5ac52
commit b33e262de6
36 changed files with 89 additions and 40 deletions

View File

@@ -698,7 +698,7 @@ public class HumanPlay {
ability.clearTappedForConvoke();
}
if (!table.isEmpty() && !manaInputCancelled) {
table.triggerChangesZoneAll(game);
table.triggerChangesZoneAll(game, null);
}
return !manaInputCancelled;
}