Costs should trigger Ranar/Laelia

This commit is contained in:
Adam Pantel
2021-04-17 11:14:50 -04:00
committed by Michael Kamensky
parent 272a7afe9e
commit 17b5098602
4 changed files with 4 additions and 4 deletions

View File

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