v3.3.2: fixed a NTR (AGAIN) when using skele key on door with no charge
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user