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