v0.3.0: buff descriptions round 3 plus some tweaks to displaying remaining turns.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user