v0.3.0: wand types are now automatically known (wands still need to be IDed though)

This commit is contained in:
Evan Debenham
2015-03-26 07:46:10 -04:00
parent bc64d00e17
commit 9c1cfc095f
5 changed files with 17 additions and 111 deletions
@@ -107,15 +107,6 @@ public class WandOfMagicMissile extends Wand {
}
}
@Override
protected boolean isKnown() {
return true;
}
@Override
public void setKnown() {
}
protected int initialCharges() {
return 3;
}