linter incident

This commit is contained in:
Kara D
2022-01-23 12:39:19 -07:00
parent 57fbd642a7
commit 2daf7da83b
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
using Content.Shared.Construction.Conditions;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
using Robust.Shared.Utility;
using Robust.Shared.ViewVariables;
@@ -27,7 +28,7 @@ namespace Content.Shared.Construction.Prototypes
/// <summary>
/// The <see cref="ConstructionGraphPrototype"/> this construction will be using.
/// </summary>
[DataField("graph")]
[DataField("graph", customTypeSerializer:typeof(PrototypeIdSerializer<ConstructionGraphPrototype>))]
public string Graph { get; } = string.Empty;
/// <summary>

View File

@@ -110,7 +110,7 @@
- type: construction
name: tinted window
id: TintedWindow
graph: window
graph: Window
startNode: start
targetNode: tintedWindow
category: Structures
@@ -328,7 +328,7 @@
- type: construction
name: railing corner small
id: RailingCornerSmall
id: RailingCornerSmall
graph: Railing
startNode: start
targetNode: railingCornerSmall