Fix secfab being able to print protolathe items (#17443)

This commit is contained in:
Nemanja
2023-06-18 18:35:19 -04:00
committed by GitHub
parent c6cc55f4d9
commit 8411739e00
5 changed files with 78 additions and 102 deletions

View File

@@ -20,7 +20,7 @@ namespace Content.Shared.Lathe
/// All of the recipes that the lathe is capable of researching
/// </summary>
[DataField("dynamicRecipes", customTypeSerializer: typeof(PrototypeIdListSerializer<LatheRecipePrototype>))]
public readonly List<string>? DynamicRecipes;
public readonly List<string> DynamicRecipes = new();
/// <summary>
/// The lathe's construction queue