v0.3.0: added chilled debuff

This commit is contained in:
Evan Debenham
2015-04-25 01:33:50 -04:00
parent 6507df2824
commit 3f1043e4b9
9 changed files with 121 additions and 14 deletions
@@ -61,7 +61,7 @@ public class Burning extends Buff implements Hero.Doom {
super.restoreFromBundle(bundle);
left = bundle.getFloat( LEFT );
}
@Override
public boolean act() {
@@ -72,6 +72,7 @@ public class Burning extends Buff implements Hero.Doom {
}
target.damage( Random.Int( 1, 5 ), this );
Buff.detach( target, Chill.class);
if (target instanceof Hero) {