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
@@ -208,7 +208,7 @@ public class Potion extends Item {
}
}
protected void apply( Hero hero ) {
public void apply( Hero hero ) {
shatter( hero.pos );
}