V0.1.1: cleaned up TODOs

This commit is contained in:
Evan Debenham
2014-08-15 09:21:15 -04:00
parent 8c8ccf8db4
commit 7403aa8359
2 changed files with 1 additions and 2 deletions
@@ -1100,7 +1100,7 @@ public class Hero extends Char {
Ankh ankh = (Ankh)belongings.getItem( Ankh.class );
if (ankh != null && ankh.isBlessed()) {
this.HP = HT;
//TODO: add sparkle effect
new Flare(8, 32).color(0xFFFF66, true).show(sprite, 2f);
CellEmitter.get(this.pos).start(Speck.factory(Speck.LIGHT), 0.2f, 3);