forked from External/mage
text fixes and test fixes to fix how tests test text, then more text next
This commit is contained in:
parent
14107b3d55
commit
54b8f10c3c
76 changed files with 247 additions and 227 deletions
|
|
@ -264,9 +264,11 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
sb.append(". You may reveal ");
|
||||
sb.append(filter.getMessage()).append(" from among them and put it into your ");
|
||||
} else if (targetPickedCards == Zone.BATTLEFIELD) {
|
||||
sb.append(". You ");
|
||||
sb.append(". ");
|
||||
if (optional) {
|
||||
sb.append("may ");
|
||||
sb.append("You may p");
|
||||
} else {
|
||||
sb.append('P');
|
||||
}
|
||||
sb.append("put ").append(filter.getMessage()).append(" from among them onto the ");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue