From 768870ac686196b946179f5e77959f623b0791a0 Mon Sep 17 00:00:00 2001 From: Kowlin <10947836+Kowlin@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:14:19 +0200 Subject: [PATCH] Add logging for additional grilles (#40603) Add logging for missing grille events. --- .../Construction/Graphs/structures/grille_clockwork.yml | 3 +++ .../Construction/Graphs/structures/grille_diagonal.yml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_clockwork.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_clockwork.yml index d51fed4fa6..e4d389a951 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_clockwork.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_clockwork.yml @@ -6,6 +6,9 @@ edges: - to: clockGrille completed: + - !type:AdminLog + message: "Construction" + impact: High - !type:SnapToGrid southRotation: true steps: diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml index 6c32b96801..5b4a3733ce 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml @@ -5,12 +5,20 @@ - node: start edges: - to: grilleDiagonal + completed: + - !type:AdminLog + message: "Construction" + impact: High steps: - material: MetalRod amount: 2 doAfter: 1 - to: clockworkGrilleDiagonal + completed: + - !type:AdminLog + message: "Construction" + impact: High steps: - material: MetalRod amount: 2 -- 2.51.2