diff --git a/Content.Server/GameObjects/Components/Research/LatheComponent.cs b/Content.Server/GameObjects/Components/Research/LatheComponent.cs index 7e87b0d4e5..8de75b94db 100644 --- a/Content.Server/GameObjects/Components/Research/LatheComponent.cs +++ b/Content.Server/GameObjects/Components/Research/LatheComponent.cs @@ -1,4 +1,4 @@ -#nullable enable +#nullable enable using System; using System.Collections.Generic; using System.Linq; @@ -26,7 +26,7 @@ namespace Content.Server.GameObjects.Components.Research [ComponentReference(typeof(IActivate))] public class LatheComponent : SharedLatheComponent, IInteractUsing, IActivate { - public const int VolumePerSheet = 3750; + public const int VolumePerSheet = 100; [ViewVariables] public Queue Queue { get; } = new(); diff --git a/Resources/Prototypes/Entities/Objects/materials.yml b/Resources/Prototypes/Entities/Objects/Misc/material_stacks.yml similarity index 100% rename from Resources/Prototypes/Entities/Objects/materials.yml rename to Resources/Prototypes/Entities/Objects/Misc/material_stacks.yml diff --git a/Resources/Prototypes/materials.yml b/Resources/Prototypes/Reagents/materials.yml similarity index 100% rename from Resources/Prototypes/materials.yml rename to Resources/Prototypes/Reagents/materials.yml