v0.4.1: keys now display in the journal button

This commit is contained in:
Evan Debenham
2016-07-04 19:52:30 -04:00
committed by Evan Debenham
parent bc7d157b44
commit df43c611e7
3 changed files with 42 additions and 14 deletions
@@ -43,7 +43,7 @@ public class SkeletonKey extends Key {
@Override
public boolean doPickUp(Hero hero) {
Dungeon.hero.belongings.specialKeys[Dungeon.depth]++;
Dungeon.hero.belongings.specialKeys[depth]++;
return super.doPickUp(hero);
}