[AKH] Updated tooltip text on several white and blue cards. Some minor fixes.

This commit is contained in:
fireshoes 2017-04-15 23:37:50 -05:00
parent 88d25b7a3a
commit 06fdd17e7d
25 changed files with 666 additions and 613 deletions

View file

@ -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() ;
}