forked from External/mage
[SLD] some more text fixes
This commit is contained in:
parent
ac56e8dd24
commit
82b67a2548
13 changed files with 33 additions and 33 deletions
|
|
@ -93,7 +93,7 @@ public class DontUntapInControllersUntapStepAllEffect extends ContinuousRuleModi
|
|||
StringBuilder sb = new StringBuilder(filter.getMessage()).append(" don't untap during ");
|
||||
switch(targetController) {
|
||||
case ANY:
|
||||
sb.append("their controller's ");
|
||||
sb.append("their controllers' ");
|
||||
break;
|
||||
default:
|
||||
throw new RuntimeException("Type of TargetController not supported yet!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue