From: Kowlin <10947836+Kowlin@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:14:19 +0000 (+0200) Subject: Add logging for additional grilles (#40603) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=768870ac686196b946179f5e77959f623b0791a0;p=space-station-14.git Add logging for additional grilles (#40603) Add logging for missing grille events. --- 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