forked from External/mage
[ARB] various text fixes
This commit is contained in:
parent
3833d7bab3
commit
1582321d26
35 changed files with 377 additions and 383 deletions
|
|
@ -86,7 +86,11 @@ public class DealsDamageToAPlayerAttachedTriggeredAbility extends TriggeredAbili
|
|||
|
||||
@Override
|
||||
public String getTriggerPhrase() {
|
||||
StringBuilder sb = new StringBuilder("Whenever ").append(attachedDescription);
|
||||
StringBuilder sb = new StringBuilder("Whenever ");
|
||||
sb.append(attachedDescription);
|
||||
if (!attachedDescription.endsWith("creature")) {
|
||||
sb.append(" creature");
|
||||
}
|
||||
sb.append(" deals");
|
||||
if (onlyCombat) {
|
||||
sb.append(" combat");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue