Implement cards: Circle of Protection: Shadow, Faceless Devourer, Stronghold Overseer, and Thalakos Mistfolk

This commit is contained in:
LoneFox 2015-09-25 07:20:33 +03:00
parent 6c3d4677b2
commit 71e8d90c83
5 changed files with 328 additions and 0 deletions

View file

@ -84,6 +84,10 @@ public class ExileTargetForSourceEffect extends OneShotEffect {
@Override
public String getText(Mode mode) {
if(staticText != null && !staticText.isEmpty()) {
return staticText;
}
if (mode.getTargets().isEmpty()) {
return "Exile it";
} else {