forked from External/mage
lots of text fixes
This commit is contained in:
parent
a7de73723f
commit
109547a1ad
73 changed files with 158 additions and 184 deletions
|
|
@ -103,7 +103,7 @@ public class SpellCastControllerTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
private void makeTriggerPhrase() {
|
||||
String text = "Whenever you cast " + filter.getMessage();
|
||||
String text = getWhen() + "you cast " + filter.getMessage();
|
||||
|
||||
switch (fromZone) {
|
||||
case ALL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue