Prevent achievements from completing with dev console open

This commit is contained in:
Anuken
2022-10-21 08:49:04 -04:00
parent d60af13151
commit 127ee1a87e
4 changed files with 9 additions and 4 deletions

View File

@@ -4499,7 +4499,7 @@ public class Blocks{
deathExplosionEffect = Fx.massiveExplosion;
shootOnDeath = true;
shake = 10f;
bullet = new ExplosionBulletType(60f, 65f){{
bullet = new ExplosionBulletType(620f, 65f){{
hitColor = Pal.redLight;
shootEffect = new MultiEffect(Fx.massiveExplosion, Fx.scatheExplosion, Fx.scatheLight, new WaveEffect(){{
lifetime = 10f;