forked from External/mage
[LTR] [LTC] Text fixes (#10569)
This commit is contained in:
parent
1ccaf06366
commit
e50f8b05c1
55 changed files with 113 additions and 145 deletions
|
|
@ -26,7 +26,7 @@ public class BlocksOrBlockedByCreatureAttachedTriggeredAbility extends Triggered
|
|||
|
||||
public BlocksOrBlockedByCreatureAttachedTriggeredAbility(Effect effect, AttachmentType attachmentType, boolean selfTarget, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
setTriggerPhrase("Whenever " + attachmentType.verb().toLowerCase() + " creature blocks or becomes blocked, ");
|
||||
setTriggerPhrase("Whenever " + attachmentType.verb().toLowerCase() + " creature blocks or becomes blocked by a creature, ");
|
||||
this.attachmentType = attachmentType;
|
||||
this.selfTarget = selfTarget;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue