forked from External/mage
* Commander - Fixed that a countered commander could not be moved instead to command zone if he left the stack.
This commit is contained in:
parent
9fdfcc32e0
commit
f66053a4c5
4 changed files with 22 additions and 14 deletions
|
|
@ -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 ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue