diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SkeletonKey.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SkeletonKey.java index fbf9844ea..1977004bc 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SkeletonKey.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/SkeletonKey.java @@ -149,7 +149,7 @@ public class SkeletonKey extends Artifact { return; } if (charge < 1){ - GLog.i( Messages.get(this, "iron_charge") ); + GLog.i( Messages.get(this, "iron_charges") ); return; } Sample.INSTANCE.play(Assets.Sounds.UNLOCK);