V0.1.1: Blandfruit implemented. All functional parts of V0.1.1 completed, need cleanup & testing

This commit is contained in:
Evan Debenham
2014-08-14 17:27:54 -04:00
parent 94591b7d32
commit 40f2ea2529
7 changed files with 103 additions and 15 deletions
@@ -1099,6 +1099,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);
ankh.detach(belongings.backpack);