V0.2.0: Updated TODOs

This commit is contained in:
Evan Debenham
2014-09-11 00:48:13 -04:00
parent 69e82d475d
commit 9c8ab0ccc9
17 changed files with 14 additions and 17 deletions
@@ -223,8 +223,6 @@ public class Potion extends Item {
@Override
public void cast( final Hero user, int dst ) {
super.cast(user, dst);
//if this potion is owned by a fruit, finds it and detaches it.
//TODO: add remove code here
}
public boolean isKnown() {