v3.3.0: fixed a NTF when using skele key on an iron door with no charge

This commit is contained in:
Evan Debenham
2025-12-02 17:01:22 -05:00
parent 6622dbc2fe
commit 0e58334df6

View File

@@ -149,7 +149,7 @@ public class SkeletonKey extends Artifact {
return; return;
} }
if (charge < 1){ if (charge < 1){
GLog.i( Messages.get(this, "iron_charge") ); GLog.i( Messages.get(this, "iron_charges") );
return; return;
} }
Sample.INSTANCE.play(Assets.Sounds.UNLOCK); Sample.INSTANCE.play(Assets.Sounds.UNLOCK);