v0.4.1: keys now display in the journal button
This commit is contained in:
committed by
Evan Debenham
parent
bc7d157b44
commit
df43c611e7
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user