Fix secfab being able to print protolathe items (#17443)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user