This commit is contained in:
BetaSteward 2010-04-11 20:28:38 +00:00
parent d151f99f4f
commit e1190077a2
11 changed files with 167 additions and 23 deletions

View file

@ -58,7 +58,7 @@ public class StackAbilityView extends CardView {
@Override
protected String formatRule(String rule) {
String newRule = rule.replace("{this}", this.name);
String newRule = rule.replace("{this}", this.sourceName);
newRule.replace("{source}", this.sourceName);
return newRule;
}