* Commander - Fixed that a countered commander could not be moved instead to command zone if he left the stack.

This commit is contained in:
LevelX2 2014-10-24 15:14:46 +02:00
parent 9fdfcc32e0
commit f66053a4c5
4 changed files with 22 additions and 14 deletions

View file

@ -227,7 +227,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
} catch (NumberFormatException e) {
numberLook = 0;
}
StringBuilder sb = new StringBuilder("Look at the top ");
StringBuilder sb = new StringBuilder("look at the top ");
switch (numberLook) {
case 0:
sb.append(" X ");