From 3365e978955f51a38f7955f785941a9f818a8987 Mon Sep 17 00:00:00 2001 From: PicklOH <62030853+PicklOH@users.noreply.github.com> Date: Tue, 27 May 2025 12:26:30 -0400 Subject: [PATCH] Restore Gas Pipe Naming in Construction Menu (#37881) restore gas pipe naming in construction menu --- Resources/Locale/en-US/recipes/tags.ftl | 2 +- .../Entities/Structures/Piping/Atmospherics/pipes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/recipes/tags.ftl b/Resources/Locale/en-US/recipes/tags.ftl index a5f564bdcc..819b1eb60b 100644 --- a/Resources/Locale/en-US/recipes/tags.ftl +++ b/Resources/Locale/en-US/recipes/tags.ftl @@ -55,7 +55,7 @@ construction-graph-tag-super-compact-ai-chip = a super-compact AI chip # other construction-graph-tag-light-bulb = light bulb construction-graph-tag-radio = radio -construction-graph-tag-pipe = pipe +construction-graph-tag-pipe = gas pipe construction-graph-tag-human-head = human head construction-graph-tag-bucket = bucket construction-graph-tag-borg-arm = borg arm diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml index 92d0006841..4d100d434e 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml @@ -2,7 +2,7 @@ abstract: true id: GasPipeBase parent: BaseItem - name: pipe + name: gas pipe description: Holds gas. placement: mode: SnapgridCenter -- 2.51.2