Merge branch 'new-cards-2' into 'master'

Dragon's Approach

See merge request core-developers/forge!4363
This commit is contained in:
Michael Kamensky
2021-04-05 19:26:54 +00:00
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;
}