* Avacynian Missionaries - Fixed tooltip text (fixes #1731).

This commit is contained in:
LevelX2 2016-04-05 17:15:42 +02:00
parent 98f9565212
commit 4fef593c8e
14 changed files with 44 additions and 33 deletions

View file

@ -156,7 +156,7 @@ public class BeginningOfEndStepTriggeredAbility extends TriggeredAbilityImpl {
private String generateConditionString() {
if (interveningIfClauseCondition != null) {
return new StringBuilder(interveningIfClauseCondition.toString()).append(", ").toString();
return "if {this} is " + interveningIfClauseCondition.toString() + ", ";
}
switch (getZone()) {
case GRAVEYARD: