v3.3.2: fixed a NTR (AGAIN) when using skele key on door with no charge

This commit is contained in:
Evan Debenham
2025-12-17 11:28:05 -05:00
parent c18e9b8d49
commit 59e3a3fd9b

View File

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