fix Darkstell Juggernaut description

This commit is contained in:
Loki 2011-06-02 23:15:06 +03:00
parent 931803f7bf
commit a25f46cfab
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ public class SetPowerToughnessSourceEffect extends ContinuousEffectImpl<SetPower
}
@Override
public String getText(Ability source) {
public String getDynamicText(Ability source) {
StringBuilder sb = new StringBuilder();
sb.append("{this} ").append(" becomes ");
sb.append(power).append("/").append(toughness).append(" ").append(duration.toString());