v0.3.0: buff descriptions round 3 plus some tweaks to displaying remaining turns.

This commit is contained in:
Evan Debenham
2015-05-14 19:57:15 -04:00
parent e8a2004345
commit ea628b7212
12 changed files with 93 additions and 6 deletions
@@ -160,7 +160,7 @@ public class Burning extends Buff implements Hero.Doom {
"\n" +
"Additionally, the fire may ignite flammable terrain or items that it comes into contact with.\n" +
"\n" +
"The burning will last for " + dispTurns() + ", or until it is resisted or extinquished.";
"The burning will last for " + dispTurns(left) + ", or until it is resisted or extinquished.";
}
@Override