Tweaks volume of material per sheet in lathes. (#2852)
* Initial * Tidies up file structure
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#nullable enable
|
#nullable enable
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -26,7 +26,7 @@ namespace Content.Server.GameObjects.Components.Research
|
|||||||
[ComponentReference(typeof(IActivate))]
|
[ComponentReference(typeof(IActivate))]
|
||||||
public class LatheComponent : SharedLatheComponent, IInteractUsing, IActivate
|
public class LatheComponent : SharedLatheComponent, IInteractUsing, IActivate
|
||||||
{
|
{
|
||||||
public const int VolumePerSheet = 3750;
|
public const int VolumePerSheet = 100;
|
||||||
|
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
public Queue<LatheRecipePrototype> Queue { get; } = new();
|
public Queue<LatheRecipePrototype> Queue { get; } = new();
|
||||||
|
|||||||
Reference in New Issue
Block a user