mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Mathas, Fiend Seeker
This commit is contained in:
parent
f7e9c222af
commit
53a666a580
3 changed files with 156 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue