forked from External/mage
followup text fixes
This commit is contained in:
parent
48cb43351b
commit
a9250ff28a
24 changed files with 52 additions and 43 deletions
|
|
@ -115,7 +115,7 @@ public class SacrificeOneOrMorePermanentsTriggeredAbility extends TriggeredAbili
|
|||
targetControllerText = "an opponent sacrifices one or more ";
|
||||
break;
|
||||
case ANY:
|
||||
targetControllerText = "one or more players sacrifices one or more ";
|
||||
targetControllerText = "one or more players sacrifice one or more ";
|
||||
break;
|
||||
default:
|
||||
throw new IllegalArgumentException("Unsupported TargetController in SacrificePermanentTriggeredAbility: " + sacrificingPlayer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue