v0.4.0: adjusted some item names and descriptions

This commit is contained in:
Evan Debenham
2016-06-05 01:15:11 -04:00
parent 6172b46175
commit 7d97caa406
9 changed files with 34 additions and 94 deletions
@@ -160,19 +160,6 @@ public abstract class Wand extends Item {
return this;
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder( super.toString() );
String status = status();
if (status != null) {
sb.append( " (" + status + ")" );
}
return sb.toString();
}
@Override
public String info() {