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