Merge origin/master

This commit is contained in:
LevelX2 2017-08-18 00:26:07 +02:00
commit f4f23f615a
4 changed files with 318 additions and 1 deletions

View file

@ -102,7 +102,7 @@ public class DrawCardAllEffect extends OneShotEffect {
}
private String setText() {
StringBuilder sb = new StringBuilder("Each ");
StringBuilder sb = new StringBuilder("each ");
switch (targetController) {
case ANY:
sb.append("player");