v0.4.0: adjusted some item names and descriptions
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user