Closes Anuken/Mindustry-Suggestions/issues/5877
This commit is contained in:
@@ -160,6 +160,7 @@ public class Turret extends ReloadTurret{
|
||||
rotate = true;
|
||||
quickRotate = false;
|
||||
drawArrow = false;
|
||||
ignoreLineRotation = true;
|
||||
rotateDrawEditor = false;
|
||||
visualRotationOffset = -90f;
|
||||
regionRotated1 = 1;
|
||||
|
||||
@@ -69,6 +69,7 @@ public class BeamDrill extends Block{
|
||||
solid = true;
|
||||
drawArrow = false;
|
||||
regionRotated1 = 1;
|
||||
ignoreLineRotation = true;
|
||||
ambientSoundVolume = 0.05f;
|
||||
ambientSound = Sounds.minebeam;
|
||||
|
||||
|
||||
@@ -57,6 +57,7 @@ public class WallCrafter extends Block{
|
||||
rotate = true;
|
||||
update = true;
|
||||
solid = true;
|
||||
ignoreLineRotation = true;
|
||||
regionRotated1 = 1;
|
||||
|
||||
envEnabled |= Env.space;
|
||||
|
||||
Reference in New Issue
Block a user