Fixes lathe stuff (#3383)

This commit is contained in:
Swept
2021-02-23 07:53:14 +00:00
committed by GitHub
parent e05698c027
commit 1e13c3b265
17 changed files with 99 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Power
@@ -11,6 +11,7 @@ namespace Content.Shared.GameObjects.Components.Power
InsertingMetal,
InsertingGlass,
InsertingGold,
InsertingPlasma
InsertingPlasma,
InsertingPlastic
}
}