mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Merge origin/master
This commit is contained in:
commit
f4f23f615a
4 changed files with 318 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