Chnaged tooltip text generation of modal spells to use bullets.

This commit is contained in:
LevelX2 2014-10-17 14:57:38 +02:00
parent 4e5a3ebaee
commit 400e8bf0ae
5 changed files with 56 additions and 52 deletions

View file

@ -612,7 +612,6 @@ public abstract class AbilityImpl implements Ability {
sbRule.append(text);
}
}
return sbRule.toString();
}