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
@@ -66,6 +66,15 @@ public class Poison extends Buff implements Hero.Doom {
return "Poisoned";
}
@Override
public String desc() {
return "Poison works its way through the body, slowly impairing its internal functioning.\n" +
"\n" +
"Poison deals damage each turn proportional to how long until it expires.\n" +
"\n" +
"This poison will last for " + dispTurns(left) + ".";
}
@Override
public boolean attachTo(Char target) {
if (super.attachTo(target)){