v0.2.2: Corrected item slot display for keys

This commit is contained in:
Evan Debenham
2014-10-21 22:30:54 -04:00
parent 3706092e7b
commit e10cdb3747
2 changed files with 9 additions and 7 deletions
@@ -60,9 +60,4 @@ public class Key extends Item {
return true;
}
@Override
public String status() {
return depth + "*";
}
}