diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml index b52903ede7..764d73cd4f 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml @@ -89,7 +89,7 @@ acts: [ "Destruction" ] - type: Construction graph: CP14WallMarbleBrick - node: WallMarbleBrick + node: CP14WallMarbleBrick - type: CP14WallpaperHolder - type: entity diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/WallMarble.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/WallMarble.yml index be85b28eb8..d57a1dad8a 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/WallMarble.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/WallMarble.yml @@ -4,7 +4,7 @@ graph: - node: start edges: - - to: WallMarbleBrick + - to: CP14WallMarbleBrick completed: - !type:SnapToGrid southRotation: true @@ -12,5 +12,5 @@ - material: CP14MarbleStone amount: 3 doAfter: 2 - - node: WallMarbleBrick + - node: CP14WallMarbleBrick entity: CP14WallMarbleBrick \ No newline at end of file