Fix some lathe recipes (#5941)

This commit is contained in:
Leon Friedrich
2021-12-30 03:19:49 +13:00
committed by GitHub
parent 88bdf0ce61
commit 2a7c84a8dd
11 changed files with 35 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ namespace Content.Shared.Lathe
public override string Name => "ProtolatheDatabase";
[DataField("protolatherecipes", customTypeSerializer:typeof(PrototypeIdListSerializer<EntityPrototype>))]
[DataField("protolatherecipes", customTypeSerializer:typeof(PrototypeIdListSerializer<LatheRecipePrototype>))]
private List<string> _recipeIds = new();
/// <summary>