Show world processors in darkness in editor mode

This commit is contained in:
Anuken
2022-10-31 17:51:34 -04:00
parent 2e42071c92
commit e3d7acc556
7 changed files with 12 additions and 10 deletions

View File

@@ -4398,8 +4398,6 @@ public class Blocks{
lustre = new ContinuousTurret("lustre"){{
requirements(Category.turret, with(Items.silicon, 250, Items.graphite, 200, Items.oxide, 50, Items.carbide, 90));
range = 140f;
shootType = new PointLaserBulletType(){{
damage = 200f;
buildingDamageMultiplier = 0.3f;
@@ -4595,7 +4593,7 @@ public class Blocks{
recoil = 0.5f;
fogRadiusMultiuplier = 0.45f;
fogRadiusMultiuplier = 0.5f;
coolantMultiplier = 6f;
shootSound = Sounds.missileLaunch;