forked from External/mage
[AKH] Updated tooltip text on several white and blue cards. Some minor fixes.
This commit is contained in:
parent
88d25b7a3a
commit
06fdd17e7d
25 changed files with 666 additions and 613 deletions
|
|
@ -94,7 +94,7 @@ public class ActivateIfConditionActivatedAbility extends ActivatedAbilityImpl {
|
|||
}
|
||||
sb.append(condition.toString()).append('.');
|
||||
} else {
|
||||
sb.append(" [Condition toSting() == null] ");
|
||||
sb.append(" [Condition toString() == null] ");
|
||||
}
|
||||
return sb.toString() ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue