Toolboxes Update (#985)

This commit is contained in:
Swept
2020-05-24 16:56:19 +00:00
committed by GitHub
parent 78a9cc640a
commit 67143b1371
42 changed files with 581 additions and 13 deletions

View File

@@ -190,6 +190,9 @@ namespace Content.Server.GameObjects.Components.Research
case "Glass":
SetAppearance(LatheVisualState.InsertingGlass);
break;
case "Gold":
SetAppearance(LatheVisualState.InsertingGold);
break;
}
Timer.Spawn(InsertionTime, async () =>