decouple material insertion visualization from lathes (#13242)

This commit is contained in:
Nemanja
2023-01-07 21:36:50 -05:00
committed by GitHub
parent 1f5bae751f
commit 26786b5839
10 changed files with 184 additions and 108 deletions

View File

@@ -28,12 +28,6 @@ namespace Content.Shared.Lathe
[DataField("queue")]
public List<LatheRecipePrototype> Queue = new();
/// <summary>
/// How long the inserting animation will play
/// </summary>
[DataField("insertionTime")]
public float InsertionTime = 0.79f; // 0.01 off for animation timing
/// <summary>
/// The sound that plays when the lathe is producing an item, if any
/// </summary>
@@ -46,9 +40,6 @@ namespace Content.Shared.Lathe
[DataField("runningState", required: true)]
public string RunningState = default!;
[DataField("ignoreColor")]
public bool IgnoreColor;
#endregion
/// <summary>