[MH2] Implemented Kaldra Compleat (#7883)

This commit is contained in:
Daniel Bomar 2021-06-03 20:50:34 -05:00 committed by GitHub
parent 9581fe16e3
commit 90f09dd816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 0 deletions

View file

@ -81,6 +81,7 @@ public class DealsDamageToACreatureTriggeredAbility extends TriggeredAbilityImpl
sb.append("a creature, ");
} else {
sb.append(filter.getMessage());
sb.append(", ");
}
sb.append(super.getRule());
return sb.toString();