mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
Implement cards: Circle of Protection: Shadow, Faceless Devourer, Stronghold Overseer, and Thalakos Mistfolk
This commit is contained in:
parent
6c3d4677b2
commit
71e8d90c83
5 changed files with 328 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue