extends Turret
public ContinuousTurret(String name){ super(name); coolantMultiplier = 1f; envEnabled |= Env.space; displayAmmoMultiplier = false; }