From: hoshizora Date: Tue, 17 Jun 2025 09:22:14 +0000 (-0700) Subject: Fix some crafting menu oddities (#38372) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=36c0f96c9bda51998563c83c822b1f9d493a5a9f;p=space-station-14.git Fix some crafting menu oddities (#38372) --- diff --git a/Resources/Locale/en-US/stack/stacks.ftl b/Resources/Locale/en-US/stack/stacks.ftl index 7d6ff73aa8..f1380800ce 100644 --- a/Resources/Locale/en-US/stack/stacks.ftl +++ b/Resources/Locale/en-US/stack/stacks.ftl @@ -180,7 +180,7 @@ stack-eighties-floor-tile = eighties floor tile stack-blue-arcade-tile = blue arcade tile stack-red-arcade-tile = red arcade tile stack-red-carpet-tile = red carpet tile -stack-block-carpet-tile = block carpet tile +stack-black-carpet-tile = black carpet tile stack-blue-carpet-tile = blue carpet tile stack-green-carpet-tile = green carpet tile stack-orange-carpet-tile = orange carpet tile diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml b/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml index 7c08eba094..bceed82123 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/tools/logic_gate.yml @@ -46,13 +46,8 @@ doAfter: 1 - to: memory_cell steps: - - tag: MicroManipulatorStockPart - icon: - sprite: Objects/Misc/stock_parts.rsi - state: micro_mani - name: construction-graph-tag-manipulator - material: Manipulator - amount: 1 + amount: 2 - material: Cable amount: 2 doAfter: 1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml index 1a23029ecc..394a999826 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml @@ -16,6 +16,9 @@ steps: - component: ApcElectronics name: construction-graph-component-apc-electronics + icon: + sprite: "Objects/Misc/module.rsi" + state: "charger_APC" doAfter: 2 - to: start completed: diff --git a/Resources/Prototypes/Stacks/floor_tile_stacks.yml b/Resources/Prototypes/Stacks/floor_tile_stacks.yml index d000c70843..dcfbd99a23 100644 --- a/Resources/Prototypes/Stacks/floor_tile_stacks.yml +++ b/Resources/Prototypes/Stacks/floor_tile_stacks.yml @@ -336,7 +336,7 @@ - type: stack id: FloorCarpetBlack - name: stack-block-carpet-tile + name: stack-black-carpet-tile spawn: FloorCarpetItemBlack maxCount: 30