* M15 - Added 11 blue cards.

This commit is contained in:
LevelX2 2014-07-08 02:15:45 +02:00
parent 0120808ef8
commit 08d0a3662c
19 changed files with 1219 additions and 25 deletions

View file

@ -198,6 +198,9 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
@Override
public String getText(Mode mode) {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}
StringBuilder sb = new StringBuilder();
if (numberToPick.calculate(null, null) > 0) {