Implemented Mathas, Fiend Seeker

This commit is contained in:
Evan Kranzler 2017-08-17 18:18:44 -04:00
parent f7e9c222af
commit 53a666a580
3 changed files with 156 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");