Dragon's Approach

This commit is contained in:
Adam Pantel
2021-04-03 18:29:49 -04:00
parent 660ed4c341
commit 26f94ccf07
3 changed files with 58 additions and 25 deletions

View File

@@ -112,6 +112,7 @@ public class CostExileFromStack extends CostPart {
if (si != null) {
game.getStack().remove(si);
}
game.getAction().exile(sa.getHostCard(), null);
}
return true;
}