forked from External/mage
* Avacynian Missionaries - Fixed tooltip text (fixes #1731).
This commit is contained in:
parent
98f9565212
commit
4fef593c8e
14 changed files with 44 additions and 33 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue