LaserTurret sound fix
This commit is contained in:
@@ -134,6 +134,11 @@ public class LaserTurret extends PowerTurret{
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public float activeSoundVolume(){
|
||||
return 1f;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldActiveSound(){
|
||||
return bullets.any();
|
||||
|
||||
Reference in New Issue
Block a user