V0.1.1: more work on blandfruit, still not implemented

This commit is contained in:
Evan Debenham
2014-08-13 00:25:40 -04:00
parent 230f814736
commit 1fc6bf5b92
13 changed files with 104 additions and 19 deletions
@@ -35,7 +35,7 @@ public class PotionOfInvisibility extends Potion {
}
@Override
protected void apply( Hero hero ) {
public void apply( Hero hero ) {
setKnown();
Buff.affect( hero, Invisibility.class, Invisibility.DURATION );
GLog.i( "You see your hands turn invisible!" );